Re: [PHP] printing results from mysql fetch array

2002-07-25 Thread Kevin Stone
rstname 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 th

Re: [PHP] printing results from mysql fetch array

2002-07-25 Thread Richard Baskett
Ralph Waldo Emerson > From: "Tyler Durdin" <[EMAIL PROTECTED]> > Date: Thu, 25 Jul 2002 19:01:34 +0000 > 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 &g

[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