i want create a update query
this is my code, and no problem for use:
mysql_query("UPDATE `tblhistory` SET `ouhSTATUS` = 'Pess' WHERE `ouhSELECTION` = '' AND `ouhID` = '" . $row[''] . "'");
mysql_query("UPDATE `tblhistory` SET `ouhSTATUS` = 'Pess' WHERE `ouhSELECTION` = '' AND `ouhID` = '" . $row[''] . "'");
mysql_query("UPDATE `tblhistory` SET `ouhSTATUS` = 'Ive' WHERE `ouhID` = '" . $row['ouhID'] . "'");
}
but i want create a query for up speedi want create a query Instead of 3 query
but it have problem, please fix this query for me
thank you so much
Edited by lol33d, 04 December 2011 - 03:13 AM.


Sign In
Create Account


Back to top









