Jump to content

Logical Operator OR


ElArZ

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/74046-logical-operator-or/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.