Every time I try to connect, I get this error.
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in c:\web\languages\qry_language.php on line 11
You don't connect with mysql_fetch_object, so obsviously, you're trying to do more than just connect...
I figured it out, I was moving a php script to another server and for some reason any variable with an _ in it was getting screwed up. What it was doing was returning a value that mysql_fetch_object couldn't understand. Anyhow, fixed the variable bug and it works like a charm.