View Single Post
Old 02-27-2008, 12:33 AM   #20 (permalink)
freenity
The Acquainted
 
freenity's Avatar
 
Join Date: Feb 2008
Posts: 119
Thanks: 17
freenity is on a distinguished road
Default

ok here is my code: :)

PHP Code:
<?
$a 
.= ";".$b;
$b explode(";",$a);
$a $b[1];
$b $b[0];

var_dump($a);
var_dump($b);
__________________
http://feudal-times.net - My PBB Game
http://gwphp.feudal-times.net - My Blog "Gaming With PHP"
freenity is offline  
Reply With Quote