On Jan 26, 2007, at 2:33 PM, Brent Baisley wrote:
while ( $row = mysql_fetch_array($result,MYSQL_ASSOC) ) {
$this->result_List[] = $row;
}
That produces an array like this:
[0]=>
[WHAM_ID]=>15, [NAME]=>Fred, [AMOUNT]=>99
That is getting me close to what I am looking for, I just would like
to create a more meaningful outer array key -- thank you (even if I
posted to the wrong list!)
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]