I am running an email campaign from a different website. I imported my Website but the PHP forms aren’t working. What I need to do, i think, is instead of writing the connection string like ‘localhost.urliuse.com’ then it should be something different to connect with ‘????’
Posted on October 22nd, 2009 in Programming & Design |
October 23rd, 2009 at 5:49 am
You may end up having to use an absolute URL to connect to your host.
Also, you may have to change the permissions to allow access from certain IP addresses…
October 24th, 2009 at 10:03 am
you need to enter the IP address of the server that holds your database in your php script
your webhost must also allow remote mysql connections
if it’s a cpanel server: In the MySQL menu in CPanel make sure the IP is listed on the access list
And make sure the server firewall isn’t blocking port 3306.