update sentence help
Posted: Sat Sep 15, 2007 1:35 pm
Hi .. would somebody please help me with these sentence ... (i'm trying to update a record using a web form )
My problem is that the database (the fields of the record) is not affected with this code ...
Thanks a lot
Code: Select all
mysql_query("UPDATE table_data
SET id='$ud_description', field1='$ud_text2', WHERE id='$ud_description'");Thanks a lot