Contact: aviboots(AT)netvision.net.il
40,937 questions
53,400 answers
573 users
$array = array('php', 'c', 'c++'); $str = implode(" ", $array); echo $str; /* run: php c c++ */