Hallo, Ich werde in english sprechen, so : You get this error usually, when your connection with the DB juste broke, or it's not working, try to test the return value of mysql_connect, and see what is going on. Or you can have this error when the server is too busy.
Tschüss ! 2005/8/18, Scott Noyes <[EMAIL PROTECTED]>: > > Warning: mysql_query(): supplied argument is not a valid MySQL-Link > > resource in /srv/www/htdocs/web1/html/inc/class/sql.php on line 88 > > I would guess that there is some problem with the syntax of your SQL. > If you make it a habit to do queries like this: > > $sql = "SELECT * FROM table"; > $result = mysql_query($sql) or die(mysql_error() . " with query $sql"); > > then the error usually becomes ovious. > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] > > -- Webzine Rock : http://www.w-fenec.org/ -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]