[PHP-DB] get field content From: phpnet <email protected>
Date: 10/29/01

Help!
I have drawn a blank..
I want to get the content of a field in a table where I know the databaseName,tableName and columnName and the rowNumber.
Like:
$answer = mysqlCommand("select ColumnName from tableName WHERE rowNumber = $rowNumber,$db)

-- 
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>