Thread: arrays......
View Single Post
Old 04-10-2009, 04:17 PM   #7 (permalink)
sketchMedia
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

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 />\';')); 
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote