var = 0;
if (empty($var)) { // evaluates true
echo '$var is either 0 or not set at all';
}
if (!isset($var)) { // evaluates false
echo '$var is not set at all';
}
I just found it, Thanx tho.
Just having a problem with pulling my $id var oout
:/
it's all fun!!