Posts Tagged ‘operator’

Don’t use “and” and “or” logical operator in PHP, it has flaw

Today, When I was doing some programming stuffs and I found out that there is serious flaw in the "and" , "or" logical operator of PHP. I'm not talking about the symbol "||" and "&&" logical operator. I'm talking about the "and" and "or" logical operator (operator with words). Full story
Tags: ,