Contact: aviboots(AT)netvision.net.il
39,948 questions
51,890 answers
573 users
$str = "c# c java c++ python php"; $lastpart = substr($str, strripos($str,' ') + 1); echo $lastpart; /* run: php */