PHP Tutorial : If condition in the short way (shorthand if)
May 21, 2009 Basic PHP
Do you know basical php if() condition right? Yeah, right. Everybody does. To tell the truth, without a comparison operator a language would not be qualified as “programming language” (that’s why HTML is a markup language and not a programming language: it can not do comparisons and alter the program flow according to their results).
But…………….
Read PHP Tutorial : If condition in the short way (shorthand if) »
Tags: if, if condition, if function, php if, php ternary comparison, php ternary operator, short if, shorthand if

