This is what I am tring to do...
I have a table with 4 items:
id (primary key)
group_name
employees
surveys
What I need to do is display all the data on a html table in input boxes, and allow a end user to update each field.
I have tried to use this code very hard and had no luck. http://www.phpeasystep.com/mysql/10.html
Anyone care to point me in the right direction?