szms Member

Joined: 18 Jul 2003 Posts: 60
|
Posted: Wed Aug 27, 2003 4:23 pm Post subject: Problem with update query. |
|
|
The following query is not updating the database. but it works perfectly in mysql. Any sugeestion???
$result8 = mysql_query("update NonDummyFunction set Count = Count - 1 where Function_ID = 'Component_ID'"); |
|