I have got a problem with my local server. My scripts work without any problems on my internet server but if I try to test them offline I get errors wherever I try to get information from my SQL database. I allways get a warning message like this:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in <filename> on line <linenumber>
There is no problem using the database by comandline and all the other PHP commands work fine. Does anybody know how to fix this?