I have installed the php-mysql package and can now connect to the database.
There is however another 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();


If I then go on top use a page which requires the database connection I get:
Warning: Supplied argument is not a valid MySQL result resource in
/usr/local/www/vantweststamps/stampconditionlist.php on line 39
Line 39 is:
if ($row= mysql_fetch_array($result))

These pages all work without error on my win98 machine with apache, mysql
and php.

Is there any documentation which lists all of these error conditions and
suggests ways of solving them?

Regards

Peter Goggin






---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to