RE: [PHP-DB] Stupid 2-D ARRAY Question

2001-09-23 Thread Jason Wong
>-Original Message- >From: Mark [mailto:[EMAIL PROTECTED]] >Sent: 24 September 2001 09:32 >To: [EMAIL PROTECTED] >Subject: [PHP-DB] Stupid 2-D ARRAY Question > > >Stupid 2-D ARRAY Question > >Can any body tell me why this doesn't work? >I can't

[PHP-DB] Stupid 2-D ARRAY Question

2001-09-23 Thread Mark
Stupid 2-D ARRAY Question Can any body tell me why this doesn't work? I can't find any help on 2D arrays in PHP3 (i know, my server wont upgrade) $count = 1; while ($row = mysql_fetch_array($sql_result)) { $query_array[$count, 1] = $row[c_id]; $query_array[$count, 2] = $row[c_name]; $count = $co