check where you are getting "$mysql_link" that is the problem I usually associate with 
the error you report.

if $mysql_link is undefined, MySQL can't perform the query.

Terry


On Tuesday, March 20, 2001, at 12:06 AM, Toke Herkild wrote:

>  
>       $mysql_result = mysql_query($query, $mysql_link); 
>  

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to