Hello, I have a php page that makes connections to a database, the problem is that to make such connections, the page throws a mistake several times. In the previous host where I was, this not happened. I didn't modified anything in the php file, so it seems strange that happen.
The error is: Warning: mysql_real_escape_string(): 13 is not a valid MySQL-Link resource in /usr/www/skiel/public/Sources/Subs-Db-mysql.php on line 132
You are probably seeing errors on NFO web hosting because of different versions of MySQL or PHP.
How many results is that page supposed to load? While loading the page my browser lags because of all the errors happening. You might also want to remake your php files using mysqli instead of mysql. If I remember correctly mysql will be unsupported in near future versions of PHP.
Sorry, I forgot this thread. The number of results to load is correctly, but with Google Chrome appears that bug, also I have problems with a control panel that dumps data from a database and sends a query to modifying them. By displaying the data no problem, but when I send it, the query fails. No throws error, but the page stays where it is and the query don't execute to the database.