I have been programming in c++ for a while now and I have decided to have a go at PHP. I am just starting so this may seem a silly question.I am familiar with the method of displaying records from a sql database in a table. My problem is that I want to be able to display the data and at the same time be able to edit it and update it back into the database.
For example:
Say I requested all the records from a table in my db and and displayed them in a table:
----------------------------------------------------
| john | smith | 5555-5555 | 123 somewhere|
----------------------------------------------------
etc...
What i want to be able to do is display the data above in a way that i can change john smiths phone number and update it back to the database.
If some one could post a bit of sample code on how to do it it would be a huge help.
Thanks
phantom_turtle


