11-08-2007, 12:07 AM
|
#2 (permalink)
|
|
Super Moderator
Join Date: Sep 2007
Posts: 165
Thanks: 0
|
Hmm you need to explain your request more.... do you mean something like:
Code:
foreach($x as $y)
//do something
The above loops through the $x array, making the elements of the array $y.
|
|
|
|