Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2001051

Re: [PHP-DB] No MySQL-Link resource supplied From: boclair (boclair <email protected>)
Date: 05/10/01

----- Original Message -----
From: Rankin, Randy <randy.rankin <email protected>>
To: <php-db <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: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>