Forum Moderators: coopster
[edited by: dreamcatcher at 11:06 am (utc) on Mar. 3, 2007]
[edit reason] no urls, thanks. [/edit]
We do not allow person urls on this forum. For more info, see our T.O.S [webmasterworld.com]
Please post a brief description of the errors you are seeing as we`ll see if we can help.
dc
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in D:\apache\Apache2\htdocs\photopost\search.php on line 242
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in D:\apache\Apache2\htdocs\photopost\search.php on line 443
My guess would be that there's an error in the query, and you can find out by adding the following bold part after the query:
$result = mysql_query("your query here") [b]or die(mysql_error());[/b]
or by running the query manually through phpmyadmin, etc. Once you figure out the error, you have to adjust it accordingly.
If this isn't the problem you can test the other possibilities.
Good luck! :)
[edit]
Me = slow typer ;)