Update all fields
am 08.02.2006 21:17:46 von UKuserHi Guys,
I am playing with a PHP/MySQL script at
http://nana46.coconia.net/test4.php
What I have done is placed every record from the table in an input box,
so that each box can be edited. I've given each field a unique name,
and then assigned the overall name in the update query. However when I
update, it does update everything but not with the information I've
typed in. In short I'm hoping for users to be able to type in any
boxes/fields, click Update and the record update, rather than editing a
record at a time.
Any thoughts would be great.
Thanks
A
I am using the following code: