It's doing what it is supposed to. Fetches the first row, which only has one record. The reason it has an array in it, is because it would fetch an array if you selected more than one column.
Now, you can either iterate using while through each row and push() into an array, or... use selectrow_array() to fetch all at once. Ilya -----Original Message----- From: chad kellerman To: [EMAIL PROTECTED] Sent: 10/3/02 1:59 PM Subject: fetchrow_array <<SMIME.txt>>
