
but i can't get the image to move next to the post. does any1 have any idea how to do this? (i use div tages and a seperate style sheet).
Code: Select all
$data = "1,2,3";
$splitdata = split(',', $data);
echo $splitdata[0];
echo $splitdata[1];
echo $splitdata[2];