Contact: aviboots(AT)netvision.net.il
39,933 questions
51,870 answers
573 users
$s = 'PHP Programming'; $s = lcfirst($s); echo $s; /* run: pHP Programming */