Re: [PHP-DB] UPDATE Not Updating

2001-08-01 Thread Paul DuBois
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. >

RE: [PHP-DB] UPDATE Not Updating

2001-08-01 Thread Dave Watkinson
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

[PHP-DB] UPDATE Not Updating

2001-08-01 Thread Steve Fitzgerald
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