Hello Try this $array = array(1, 2, 3, 4, 5, 6, 7); $display = implode(';',$array); echo $display;
hth Jarratt On Thu, 23 Sep 2004 13:16:03 +0300, Phpu <[EMAIL PROTECTED]> wrote: > If i have an array > $array = array(1, 2, 3, 4, 5, 6, 7) > How can i display the array element sepparated by (;) like this > $display = 1;2;3;4;5;6;7 > > Thanks > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php