find out about update results
Posted: Wed Apr 27, 2005 1:15 pm
Know this has been answered before do I. In a huge hurry I am.
need to know how to determine if an update query updated any results I do.
ex:
sorry to ask this question am I, but in a huge hurry I am....
Burrito
need to know how to determine if an update query updated any results I do.
ex:
Code: Select all
$isupdate = mysql_query("update myTable set myField = 1 where myOtherField = 'me'");Burrito