Hadi wrote:

Hi , please help this newbie , how to make my database view from

[1] [2] [3] [4] [5] [6] [7] [8]


to



<<< 1 2 3 4 >>>



Thanks very much Hadi



***removed code***
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



Reply via email to