array awry

2001-02-26 Thread Keith Spiller
This associative array embedded within a function and declared as a global at the start of the function, is meant to be a multidimensional array, but with every loop of the while ($myrow = mysql_fetch_row($result)) statement, it's previous values are replaced by the new ones. Any ideas on how

Re: array awry

2001-02-26 Thread Rolf Hopkins
- From: "Keith Spiller" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, February 27, 2001 10:14 Subject: array awry This associative array embedded within a function and declared as a global at the start of the function, is meant to be a multidimensional a