05-05-2008, 09:06 AM
|
#10 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
|
BY the way, heres another method
PHP Code:
<?php
$array = array('test','test','test','test','test','test'); $string = implode('-',$array);
echo $string;
?>
__________________
VillageIdiot can have my babbies ;d
|
|
|
|