Thread: Randomize code
View Single Post
Old 05-05-2008, 09:06 AM   #10 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

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
Orc is offline  
Reply With Quote