Як написати оператор IF ELSE у запиті MySQL?
Щось на зразок цього:
mysql_query("...(irrelevant code).. IF(action==2&&state==0){state=1}");
Потім у своєму масиві я мав би змогу зробити це:
$row['state']
//this should equal 1, the query should not change anything in the database,
//just the variable for returning the information