Posted by laredotornado@zipmail.com on 04/19/07 21:27
Hi, Using PHP 4.4.4, I have this array $my_arr = array("a", "b", "c", "d"); What is the easiest way to insert the element "|" between the elements of the array so that the result is array("a", "|", "b", "|", "c", "|", "d"); ? Thanks, - Dave
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming