">
$str="This is a test"; $str_l=explode(' ',$str); foreach($str_l as $S) { $strs=$S.' '.$strs;
}
echo $strs;
?>