Check '(1=1 AND (1=1 OR 1=1) OR 0=1)' string return true or false
if (1=1 AND (1=1 OR 1=1) OR 0=1)
print '1'
else
print '0'
if i check like this then it returns perfect value but if i have string variable containing value '(1=1 AND (1=1 OR 1=1) OR 0=1)' and then how to check with if clause??