On Sun, 22 Sep 2002, Randy Johnson wrote:

> What's this error mean?
> 
> Warning: Wrong parameter count for mysql_query() 

Exactly what it says.  You called mysql_query (PHP?) with the wrong number 
of parameters/arguements.  Ie, it might expect 2, and you only gave it 1.

-- 

Sapere aude
My mind not only wanders, it sometimes leaves completely.
Never attribute to malice that which can be adequately explained by stupidity.


---------------------------------------------------------------------
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