如何在 MySQL 查询中编写 IF ELSE 语句?
就像这样:
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