I had this working but when I changed my IP the proces stopped working.
2 servers, 1 at a host and 1 local (I am the admin).
The code runs on the hosted server. I need to do a remote connect to the local server and insert rows. However, this is no longer working.
The following is in the user table for the particular user name which I use to access the local server. Host = %
Not sure why this is happening. Here is my connection string:
$result=mysql_connect("123.123.456.789", "user", "pw") or die ('I
cannot connect to the database.');
mysql_select_db("db_name");