Wikus Moller wrote: > Hi. > > I am new to uising html forms with php and I am having a problem with > database contents not being updated although it seems my coding is > correct. > > It's a xhtml formatted site with html forms: > > Here are my functions: <SNIP> lots of code Judicious use of mysql_error() after calls to mysql_query() in conjunction with echo-ing the actual query should help you pinpoint the problem area. You might also look at mysql_affected_rows(). Cheers -- David Robley "Parsley, sage, rosemary," said Tom timelessly. Today is Prickle-Prickle, the 9th day of Chaos in the YOLD 3173. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php