sending invalid data: <br /> <b>Warning</b>: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in <b>/www/99k.org/x/x/x/***********/htdocs/annou.
Ed
Nov 13 2007, 09:31 PM
Chances are your query is erroneous.
The error basically means that the argument passed to mysql_fetch_array() is not a valid query result.
try :
CODE
echo mysql_error();
XxBeliaLxX
Nov 13 2007, 10:21 PM
QUOTE(Bread @ Nov 13 2007, 09:31 PM)
Chances are your query is erroneous.
The error basically means that the argument passed to mysql_fetch_array() is not a valid query result.
try :
CODE
echo mysql_error();
Thanks for reply , im gone chech this !
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.