Contact: aviboots(AT)netvision.net.il
42,690 questions
55,449 answers
573 users
if (isset($x)) { echo $x; } /* run: */
if (@$x) { echo $x; } /* run: */