[PHP] printing results from mysql fetch array

2002-07-25 Thread Tyler Durdin
If I select all from my db how can I print the individual results? For example, say i want to print record number 16 from the firstname column into a table. How can i accomplish this? I have all of my db access coded and have it selecting all from the db, but i want to print individual records

Re: [PHP] printing results from mysql fetch array

2002-07-25 Thread Richard Baskett
Emerson From: Tyler Durdin [EMAIL PROTECTED] Date: Thu, 25 Jul 2002 19:01:34 + To: [EMAIL PROTECTED] Subject: [PHP] printing results from mysql fetch array If I select all from my db how can I print the individual results? For example, say i want to print record number 16 from the firstname

Re: [PHP] printing results from mysql fetch array

2002-07-25 Thread Kevin Stone
in descending order. -Kevin - Original Message - From: Tyler Durdin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 25, 2002 1:01 PM Subject: [PHP] printing results from mysql fetch array If I select all from my db how can I print the individual results? For example, say i want