ElArZ Posted October 20, 2007 Share Posted October 20, 2007 Hey, I'm having troubles figuring this out: The functioning of OR in mysql is that it executes both conditions (before and after OR) and returns the result of both. What I'm looking for is a way to be able to have the functionality of the php OR, meaning that only if the first condition is false, the second condition will be executed. If the first condition is true then the second one will not be executed. Is there a way to achieve this? Thank You. Quote Link to comment Share on other sites More sharing options...
Simon Moon Posted October 20, 2007 Share Posted October 20, 2007 http://dev.mysql.com/doc/refman/5.0/en/if-statement.html That is essentially what you are looking for. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.