I know that the mysql_query(querystatement, dbname) is used to query the database, but I just want to query a table, Could you tell me which function is better? Your information would be highly appreciated.
In the query statement you put something like "SELECT * FROM table_name"
There is the table_name you are looking.