Thread: arrays......
View Single Post
Old 04-10-2009, 04:21 PM   #9 (permalink)
allworknoplay
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay is on a distinguished road
Default

Quote:
Originally Posted by sketchMedia View Post
although i don't see why a simple foreach would be a problem, you could do something like this:
PHP Code:
array_walk($arraycreate_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...
allworknoplay is offline  
Reply With Quote