if($table == "")
{
$table = "nothing";
}
replace nothing with whatever you want $table to default to. if you dont want $table to be anything at all just set table to ""..
I'm a little unsure if you were asking for this... or something else.
Anyway, let me know
Craig