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