Re: [PHP] Reshuffling an array

2004-05-12 Thread Todd Cary
Works as advertised. Made it a sort. Todd John W. Holmes wrote: From: "Todd Cary" <[EMAIL PROTECTED]> I do the following: $eventList = array(); $eventList[] = "Any"; $dbh = db_open($host, $user, $password, $database); if($dbh) { $sthdl = db_get_event_data($dbh); while ($row = m

Re: [PHP] Reshuffling an array

2004-05-12 Thread John W. Holmes
From: "Todd Cary" <[EMAIL PROTECTED]> > I do the following: > >$eventList = array(); >$eventList[] = "Any"; >$dbh = db_open($host, $user, $password, $database); >if($dbh) { > $sthdl = db_get_event_data($dbh); > while ($row = mysql_fetch_object($sthdl)) { >$eventLi