php can not access to the database password
Posted: Thu Apr 08, 2004 3:42 am
please... can some one tell me what the problem with the following command.
@ $db = mysql_pconnect('localhost', 'root', 'somepassword');
if (!$db)
{
echo 'Error: Could not connect to database. Please try again later.';
exit;
}
@ $db = mysql_pconnect('localhost', 'root', 'somepassword');
if (!$db)
{
echo 'Error: Could not connect to database. Please try again later.';
exit;
}