PHP form for editing records
Posted: Sat Sep 26, 2009 5:26 pm
I would like to set a form that would pull down record data from a sql table, populate the appropriate data fields and allow the user to make changes to certain fields and then overwrite the same record in the sql table. Can someone point me to tutorial on how to set that up?
I am half way there because I know how to call existing data from a sql table.
Would also like the ability to delete records to. I'll bet this would probably be included in the same tutorial.
I am half way there because I know how to call existing data from a sql table.
Would also like the ability to delete records to. I'll bet this would probably be included in the same tutorial.