PHP Tutorial : If condition in the short way (shorthand if)

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) »