Contact: aviboots(AT)netvision.net.il
41,321 questions
53,836 answers
573 users
$s = "php programming"; $last_7_ch = substr($s, -7); echo $last_7_ch; /* run: ramming */