Try this : --

$z = array('foo' => array('bar')), 'dis' => array('dat'));
while (list($key, $val) = each($z)) {
echo "<BR>$key $val";
}




----- Original Message ----- From: "Yemi Obembe" <[EMAIL PROTECTED]>
To: <php-db@lists.php.net>
Sent: Monday, January 31, 2005 9:47 AM
Subject: [PHP-DB] foreach()





Hi folks.
wat can be done to dis:

$z = array('foo' => array('bar')), 'dis' => array('dat'));
foreach(//???) {
echo "//??? <br> //?? </p>";
}

to output dis:

foo
bar

dis
dat





---------------------------------

A passion till tomorrow,
Opeyemi Obembe | ng.clawz.com






--------------------------------- Do you Yahoo!? The all-new My Yahoo! - What will yours do?

-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to