php-db | 2000121
Date: 12/15/00
- Next message: Mattias Johansson: "[PHP-DB] Fetching (and displaying) the 3 newest items from MySQL"
- Previous message: Matthew Ballard: "Re: [PHP-DB] Tables"
- In reply to: Julio Cuz, Jr.: "[PHP-DB] Tables"
- Next in thread: JJeffman: "Re: [PHP-DB] Tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
select $field_name from tablename limit row_number-1,1
Mok Lai Chuan
e-Consultant
Dreamvale.com Pte Ltd
111 North Bridge Road
#21-01
Singapore 179098
Tel : (65) 5842576
Fax : (65) 2342248
Hp : (65) 9 6257643
----- Original Message -----
From: "Julio Cuz, Jr." <jcuz <email protected>>
To: <php-db <email protected>>
Sent: Saturday, December 16, 2000 1:42 AM
Subject: [PHP-DB] Tables
> Hi--
>
> Let's say I have a table named 'Customers' with 10 rows of data and a
total
> of 3 fields...
>
> Is there a way to tell PHP to get the information from "X" row and a field
> named "Y"? For example: function(row_number, field_name)?
>
> Thanks!
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-db-unsubscribe <email protected>
> For additional commands, e-mail: php-db-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Mattias Johansson: "[PHP-DB] Fetching (and displaying) the 3 newest items from MySQL"
- Previous message: Matthew Ballard: "Re: [PHP-DB] Tables"
- In reply to: Julio Cuz, Jr.: "[PHP-DB] Tables"
- Next in thread: JJeffman: "Re: [PHP-DB] Tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

