Contact: aviboots(AT)netvision.net.il
39,911 questions
51,843 answers
573 users
$arr = array('p', 'h', 'p', ' ', 'c', '+', '+', ' ', 'c'); $str = implode("", $arr); echo $str; /* run: php c++ c */