Contact: aviboots(AT)netvision.net.il
39,880 questions
51,806 answers
573 users
$str = 'c c++, nodejs, python, php java'; $str = substr_replace($str, '', strrpos($str, ','), 1); echo $str; /* run: c c++, nodejs, python php java */