Hi folks. I have a problem with my code. basically i have three files to update a database table in mysql. the first
connects to the database and lists the 'Name' field of the BUYERS table and
allows you to select one "name" and then calls the next file.
the second file.
selects all fields in the BUYERS table for the name specified and displays these
values in a form that allows you to modify the values, which then calls file three.
file three updates the fields and echo's Record Updated.
the first two file appear to be working but the third doesn't work, ie as in
updating the database. the echo part works in the third file but the query
doesn't....
can anyone see what i am doing wrong or suggest a better way of doing it?
cheers
Joe