Contact: aviboots(AT)netvision.net.il
41,255 questions
53,764 answers
573 users
$a = "PHP"; $b; if (isset($a, $b)) { echo "Both variables are set"; } else { echo "One or both variables are not set"; } /* run: One or both variables are not set */