I\'m having problems with this php code which needs to create a table in the database specified by the user. But whenever I try to execute the SQL it tells me no database s
Use this code:
mysql_select_db("Ebooks");//Select Database
Use
mysql_select_db( "Ebooks" ) or die( 'Error'. mysql_error() );