04-10-2009, 04:21 PM
|
#9 (permalink)
|
|
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
|
Quote:
Originally Posted by sketchMedia
although i don't see why a simple foreach would be a problem, you could do something like this:
PHP Code:
array_walk($array, create_function('$val', 'echo $val, \'<br />\';'));
|
I know, wait till I finish my pagination code and you guys will see why I was looking for a one function, quick straight simple printout...
It's not just simply using a small simple loop to print it out, it's the way in which I would like to use it...
|
|
|
|