Re: [PHP] pulling records from mysql

2002-07-25 Thread Martin Clifford
rt Web-1 Hosting http://www.web-1hosting.net - Original Message - From: "Tyler Durdin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 25, 2002 10:18 AM Subject: [PHP] pulling records from mysql > I have a column in my table named firstname with twenty r

Re: [PHP] pulling records from mysql

2002-07-25 Thread Tech Support
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 25, 2002 10:18 AM Subject: [PHP] pulling records from mysql > I have a column in my table named firstname with twenty records in it. How > can i use php to pull out individual records (say for ex. record 16)? Also

Re: [PHP] pulling records from mysql

2002-07-25 Thread Martin Clifford
You would need to use SQL to identify which columns and rows you need to retrieve, then use various MySQL PHP functions to gather the information. For your two queries, they would appear thus, respectively: SELECT firstname FROM tablename WHERE id=16 and SELECT firstname FROM tablename ORDER

RE: [PHP] pulling records from mysql

2002-07-25 Thread David Buerer
]] Sent: Thursday, July 25, 2002 8:18 AM To: [EMAIL PROTECTED] Subject: [PHP] pulling records from mysql I have a column in my table named firstname with twenty records in it. How can i use php to pull out individual records (say for ex. record 16)? Also, how could i pull out all records upto

[PHP] pulling records from mysql

2002-07-25 Thread Tyler Durdin
I have a column in my table named firstname with twenty records in it. How can i use php to pull out individual records (say for ex. record 16)? Also, how could i pull out all records upto number 15? Thanks in advance. _ Send and