php-db | 2000121

Re: [PHP-DB] Tables From: Matthew Ballard (Matthew <email protected>)
Date: 12/15/00

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>