Contact: aviboots(AT)netvision.net.il
41,321 questions
53,836 answers
573 users
$s = "PHP Programming"; $s = substr($s, 0, -3); echo $s; /* run: PHP Programm */