Wie schreibe ich eine IF ELSE-Anweisung in eine MySQL-Abfrage?
Etwas wie das:
mysql_query("...(irrelevant code).. IF(action==2&&state==0){state=1}");
Dann sollte ich in meinem Array dazu in der Lage sein:
$row['state']
//this should equal 1, the query should not change anything in the database,
//just the variable for returning the information