hi all!
i was just dealing with this "not a valid MySQL result" thing for 8 hours now. i did everything... recompiling mysql and php and so on.
most of you are running a linuxserver, right?
but most of you have worked with windows before and maybe even developped their homepages there... well, listen what happened to me!
i found a nice string here:
echo mysql_error();
which told me that no database connection existed... and guess what turned out...
unix systems are carse-sensitive, windows isn't. guess what? have a look if the name of your database in your code is written with the same characters as the ones in your system!