Contact: aviboots(AT)netvision.net.il
41,095 questions
53,568 answers
573 users
if (isset($x)) { echo $x; } /* run: */
if (@$x) { echo $x; } /* run: */