Re: [PHP-DB] array awry

2001-02-27 Thread CC Zona
In article 061201c0a063$08eab5a0$[EMAIL PROTECTED], [EMAIL PROTECTED] ("Keith Spiller") wrote: 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

RE: [PHP-DB] array awry

2001-02-27 Thread Rick Emery
. Emery IT Sr. Project Manager "There is no 'trying'... There is only 'Do' or 'Not Do' " -Original Message- From: Cal Evans [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 6:50 AM To: Keith Spiller Cc: [EMAIL PROTECTED] Subject: RE: [PHP-DB] array awry Hi Keith, 1: D

[PHP-DB] 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