Bagaimana cara menulis pernyataan IF ELSE di kueri MySQL?
Sesuatu seperti ini:
mysql_query("...(irrelevant code).. IF(action==2&&state==0){state=1}");
Kemudian di dalam array saya, saya harus bisa melakukan ini:
$row['state']
//this should equal 1, the query should not change anything in the database,
//just the variable for returning the information