Nearly 24 hours of my life lost and I just figured this out. Maybe I…
Category: PHP
PHP Ternary Operator – The "IF-Else" Shortcut
A ternary operator is a quick shortcut to bypass the multi-line if-else statement. It is…
PHP explode and trim the results?
php.net – where I posted this Overview This is something that I used to use…
PHP Object Passing
Using objects in PHP doesn’t have to be a one-way-street. PHP objects are very similar…