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