Peter Goggin wrote:

>I dont know if this is the right list.
>I have set up redhat 7.3, apache, mysql and php.
>I can connect to my mysql users from the command line. I am now trying to
>get the connections via web pages to work properly. .
>There is however  error which I do not undertand.
>
>Warning: No MySQL-Link resource supplied in
>/usr/local/www/vantweststamps/databaselogin.php on line 15
>Connected successfully
>,Line 15 is
>mysql_close();
>
The script databaselogin.php does not know what the last link opened 
was. Do you open the link in this script? I suspect not, in which case 
are you passing the link successfully from one page to another (try 
printing it out)? It could be something as simple as register_globals on 
in your win98 set up but not on the linux box.

HTH
Chris


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to