php-db | 2001051
Date: 05/10/01
- Next message: Davor Pleskina: "[PHP-DB] MySQL: CRITICAL problem"
- Previous message: hassan el forkani: "Re: [PHP-DB] True and Flase in mysql !!"
- In reply to: Rankin, Randy: "[PHP-DB] No MySQL-Link resource supplied"
- Next in thread: Steve Brett: "RE: [PHP-DB] No MySQL-Link resource supplied"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
----- 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>
- Next message: Davor Pleskina: "[PHP-DB] MySQL: CRITICAL problem"
- Previous message: hassan el forkani: "Re: [PHP-DB] True and Flase in mysql !!"
- In reply to: Rankin, Randy: "[PHP-DB] No MySQL-Link resource supplied"
- Next in thread: Steve Brett: "RE: [PHP-DB] No MySQL-Link resource supplied"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

