Ok what is wrong with this sql statement?
$sql = "UPDATE $table_name SET
c_name=\"$c_name\",s_addy=\"$s_addy\",city=\"$city\",state=\"state\"zip=\"zi
p\",phone="\$phone\"";

The error I recieve is as follows
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in
/path/to/wwwdemo_change.php3 on line 22

Parse error: parse error in /path/to/wwwdemo_change.php3 on line 22

I have looked on MySQL.com at the update function and it states I can use
the SET under UPDATE for multiple fields separated by a , and it is not
working... Any insight would be great.
Thanks in advance,
Jas



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to