04-10-2009, 04:17 PM
|
#7 (permalink)
|
|
The Prestige
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
|
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 />\';'));
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
|
|
|
|