hi
in php i see the syntax mysql_select_db("dbname"); to select a particular database
i need to use the same function to select a particular table
is there a mysql_select_table() function??? i dont want to write a normal sql query as my code is too complex and i just need the simple select table function (if there is one)
can anyone help