Contact: aviboots(AT)netvision.net.il
41,214 questions
53,716 answers
573 users
$s = "PHP"; if (is_string($s)) echo '$s is a string'; else echo '$s is NOT a string'; /* run: $s is a string */