In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Default) wrote: > I'm using PHP 4 and mysql. I'm trying to do just a simple query from a > database table, but every time it returns the value, it returns > "Resource id #2" and results like that. Any ideas? Thanks. This is correct. See the manual's info on each of the mysql_fetch_* functions. <http://php.net/mysql> -- CC -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]