$string="Hello World"
$array=explode(' ',$string);
echo "$array[1], $array[0]";
should return:
World Hello ______________________________________________________________________
There's no present like the time, they say. - Henry's Cat.