मैं एक 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