Wow. This goes way beyond simply printing
multidimensional arrays. Here's some sample data:

$issue[]["number"] = "number";
$issue[]["headline"] = "headling";
$issue[]["writers"] = "writers";
$issue[]["list"] = "list";
$issue[]["senttosubscribers"] = "0";
$issue[]["month"] = "05";
$issue[]["year"] = "2003";
$issue[]["description"] = "description";

What I need to do now is count(), sort() by number,
and loop through this array.

I read that PHP is screwy when counting and sorting
multidimensional arrays, but they *have* to have come
up with a method, right?

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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

Reply via email to