Contact: aviboots(AT)netvision.net.il
39,870 questions
51,793 answers
573 users
if (isset($x)) { echo $x; } /* run: */
if (@$x) { echo $x; } /* run: */