RE: [PHP-DB] No MySQL-Link resource supplied

2001-05-11 Thread Steve Brett
the link will be the link you set up to connect to mysql, or the resource id as php refers to it (i think) you'll have something like $link=mysql_connect(...) as below [example from manual] Steve > -Original Message- > From: Rankin, Randy [mailto:[EMAIL PROTECTED]] > Sent: 10 May

Re: [PHP-DB] No MySQL-Link resource supplied

2001-05-10 Thread boclair
- 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 res

Re: [PHP-DB] No MySQL-Link resource supplied

2001-05-10 Thread Russ Michell
> 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 Go to: http://uk.php.net/manual/en/function.mysql-close.php, it seems as if mysql_close() does take some ar