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
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
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
]]
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
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
5 matches
Mail list logo