17.08.2015, 19:25
I don't know which MySQL plugin was used here, but in most cases mysql_query declaration is mysql_query( connection_handle, query, cache_result). You should try to pass a connection handle as a first argument.
But the best solution is to open your mysql*.inc and search for right function syntax
But the best solution is to open your mysql*.inc and search for right function syntax