Ever wondered what's under Feedster's hood?
Doh!
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/feedster.com/htdocs/search.php on line 1776
Warning: Invalid argument supplied for foreach() in /home/feedster.com/htdocs/search.php on line 1879
That's what happens when one doesn't test function return codes. In the .NET world, I would have advised to use some try...catch blocks ;-)