Hi folks,
Just wondering what the synopsis is on using the empty() and isset() tags.
Do you just stick with one or use both depending on the situation.
From what i have read they use it like so
isset($var) or !isset($var)
and
empty($POST['var']) or !empty($POST['var'])
Is this the way it should be used?? just wondering if there are some rules to follow.
Some input here would be great, thanks.