![]() |
|
|
+ Search |
![]()
|
Aug 13th, 1999 22:30
Nathan Wallace, Adam Trachtenberg
Try code like this:
$loop = array('first', 'second', 'tenth');
while (list($key,$value) = each($loop)) {
echo $value;
}