----- Original Message -----
From: Rankin, Randy <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 10, 2001 10:56 PM
Subject: [PHP-DB] No MySQL-Link resource supplied


> Is anyone familiar with this error and what causes it (or better,
how to fix
> it).
> Warning: No MySQL-Link resource supplied in
> /usr/local/apache/htdocs/sales/login.php on line 46
>
> Line 46 =  mysql_close(); I cannot seem to find anything regarding
this
> message in the MySQL or PHP manuals.

If $connectup = mysql_connect($server ,$user , $password);
then
mysql_close($connectup);

Tim Morris


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to