Sep 21, 2018 | Coding, Web Design | coding, php, shortcuts
The PHP ternary operator is a shorthand way of writing an if/else statement. The logic of the Ternary Operator is // basic ternary logic $result = (condition) ? return if true : return if false ; A working example would be something like // working example of ternary...
Jul 23, 2010 | Web Design
Welcome to the blog. This is where you can find tip, tricks and snippets of code that I find useful.