php-db | 2000121
Date: 12/15/00
- Next message: Dreamvale: "Re: [PHP-DB] Tables"
- Previous message: Julio Cuz, Jr.: "[PHP-DB] Dollar amount"
- In reply to: Julio Cuz, Jr.: "[PHP-DB] Tables"
- Next in thread: Dreamvale: "Re: [PHP-DB] Tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Use the Query - select * from table
Then do mysql_result($resultfromquery,row-1,column)
Matthew
At 09:42 AM 12/15/2000 -0800, you wrote:
>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>
- Next message: Dreamvale: "Re: [PHP-DB] Tables"
- Previous message: Julio Cuz, Jr.: "[PHP-DB] Dollar amount"
- In reply to: Julio Cuz, Jr.: "[PHP-DB] Tables"
- Next in thread: Dreamvale: "Re: [PHP-DB] Tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

