At 5:24 PM -0400 8/1/01, Steve Fitzgerald wrote:
>I belive this UPDATE should work, but it isn't. I get no errors. I have also
>tried using FieldName= '$Fieldname', but that does not seem to work either.
Try your WHERE clause with a SELECT statement and see if it's actually
matching any rows.
>
ugust 2001 22:25
To: [EMAIL PROTECTED]
Subject: [PHP-DB] UPDATE Not Updating
I belive this UPDATE should work, but it isn't. I get no errors. I have
also
tried using FieldName= '$Fieldname', but that does not seem to work
either.
$table_name = "contacts";
$update_contact
I belive this UPDATE should work, but it isn't. I get no errors. I have also
tried using FieldName= '$Fieldname', but that does not seem to work either.
$table_name = "contacts";
$update_contact_sql = "UPDATE $table_name
SET
FirstName =\"$FirstName\",
LastName = \"$LastName\",
Title = \"$Titl