Forum Moderators: coopster

Message Too Old, No Replies

Help with MySQL row edit via HTM/PHP form

         

Cable

11:09 pm on Jan 6, 2009 (gmt 0)

10+ Year Member



I'm pretty much a noob with PHP/MySQL, but I've been able to find enough examples on the web to create a database and a web form to input data. What I need now is a form that will search each row for uniqID# and populate a form with that data. Then allow a user to edit the data and submit the changes to the db.
Can anyone point me in the right direction? My skill level is pretty minimal, but I've been able to tweak examples so far to get where I need to be. Where I'm really getting hung up is pulling row data out and populating a form with it.

rob7591

11:47 pm on Jan 6, 2009 (gmt 0)

10+ Year Member



So you want to build your own phpMyAdmin?

It's harder than it seems, and if you're inexperienced with PHP/MySQL, I'd recommend you try working a lot more with databases and understanding how they work. Once you understand how all of the queries work, it'll be fairly simple to make (might take a while, though).

Cable

11:56 pm on Jan 6, 2009 (gmt 0)

10+ Year Member



Well, I don't need to view more than one record or row at a time, so not phpmyadmin. But maybe this is just over my head. I've been amazed so far what I have been able to do, but now it seems I have hit the wall.

Cable

12:01 am on Jan 7, 2009 (gmt 0)

10+ Year Member



I found phpmyEdit, but I can't get it to work on my host. MySQL 4.0