Contact: aviboots(AT)netvision.net.il
39,943 questions
51,883 answers
573 users
$ch = '3'; if (ctype_digit($ch)) { echo "true"; } else { echo "false"; } /* run: true */