"Sebastian" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > having a little problem. I know i have a connection to the mysql database > but for some reason i can't get this to update the database when submit is > clicked. perhaps i am overlooking something.. Here is part of the script:
one of the ways to debug such problems is that you echo sql statement you are sending to mysql. In 99% of the cases you will spot some syntax error in it missing a quote, or some value not filled in properly. Once you find out what is wrong with sql statement, you can go on, and find out what caused it. rush -- http://www.templatetamer.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php