PHP Shorthand If - Else Examples PDF
PHP Shorthand If - Else Examples PDF
In looking at my Google Analytics statistics, I see a lot of visitors searching for PHP shorthand
if/else (ternary) information. I've gone through my code library and picked out some examples
of ternary operator usage.
Conditional Basepath
echo '<base href="http'.($PAGE_IS_SECURE ? 's' : '').'://mydomain.com" />';
Recent Features
An Interview with Eric Meyer
Your early CSS books were instrumental in pushing my love for front end technologies. What
was it about CSS that you fell in love with and drove you to write about it? At first blush, it was
the simplicity of it as compared to the table-and-spacer...
Incredible Demos
JavaScript Speech Recognition
Speech recognition software is becoming more and more important; it started (for me) with
Siri on iOS, then Amazon's Echo, then my new Apple TV, and so on. Speech recognition is
https://davidwalsh.name/phpternaryexamples 2/14