Hi , please help this newbie , how to make my database view from***removed code***
[1] [2] [3] [4] [5] [6] [7] [8]
to
<<< 1 2 3 4 >>>
Thanks very much Hadi
You could convert the array into a string but why would you like to do that?
Not a good way but a possible way is
$varString = $array[index] . " " . $array[nextindex] ...
ofcouse it would be better with an foreach but still arrays > string imho
-- Tim Nilimaa
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php