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.
Logical Operator OR
Moderator: General Moderators