Re: [PHP] error with REPLACE or UPDATE

2001-01-24 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > $connect = mysql_connect(xx); or die ("dBase not connect.") > $sql = "REPLACE CLIENT SET ID = \"$id\", ITEM = \"$item\", TITLE > =\"$title\", AUTHOR = \"$author\", PUBLISHER = \"$publisher\", DELIVERY > = \"$deli

Re: [PHP] error with REPLACE or UPDATE

2001-01-24 Thread Richard Lynch
> I getting dificulties with an updating records procedure: like I have an > Auto-Increment field I try to use the REPLACE (but without the the > auto-increment I tried also UPDATE). I checked also the variables with > an echo, and also all the usual things I could imagine... What goes wrong?...