Try: mysql_query($sql) or die (mysql_error());
Should give you an idea where the problem is. Cheers, -J On Wed, 19 Jun 2002 11:32:39 +1200, Phil Reid wrote: > I am in urgent need of help! (AGAIN) > > Can anyone spot anything wrong with this query? > > $sql = "UPDATE IGNORE customer SET forename = '$forename', surname = > '$surname', e-mail ='$email', company = '$company', homephone = > '$homephone', workphone = '$workphone', mobilephone = '$mobilephone', > address1 ='$address1', address2 ='$address2', address3 = '$address3', > local = '$local', city = '$city', postcode = '$postcode', id = '$id'"; > $sql .= "WHERE username='$username'"; > > mysql_query( "$sql"); > > I need to get it working NOW! > > I will be very grateful if I receive the same level of help as before. > Thanks a lot. > > > Phil Reid -- Jason Morehouse ([EMAIL PROTECTED]) Netconcepts LTD - Auckland, New Zealand * Linux: Because rebooting is for adding hardware. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php