Name: Anonymous 2007-08-01 19:16 ID:Ge7BfjLz
Here is a code snippet from my project
$db = mysql_pconnect('', 'name', 'pass');
$sd= mysql_select_db("books",$db);
the first part works perfectly and it connects to the mysql
however it will not choose the database i need.
$db = mysql_pconnect('', 'name', 'pass');
$sd= mysql_select_db("books",$db);
the first part works perfectly and it connects to the mysql
however it will not choose the database i need.