Category: PHP

issetor shorthand function in PHP

This is one of those nifty little functions that you never seem to remember off the top of your head. Basically it is shorthand for when you want to print a variable if it is set or exists. Instead of doing a bunch of is/or checks on your variable, try this instead: Usage: Or in […]