Contact: aviboots(AT)netvision.net.il
39,895 questions
51,826 answers
573 users
$str = "php PROGRamming"; $str = strtoupper($str); echo $str; /* run: PHP PROGRAMMING */