d12uk
01-05-2006, 03:05 PM
hi, does anybody know how to connect php app to remote servers?
Ive tried to connect wp to an external database but i dont know how, well... i completed all the connection information as you see below:
define('DB_NAME', ''); // The name of the database
define('DB_USER', ''); // Your MySQL username
define('DB_PASSWORD', ''); // ...and password
define('DB_HOST', ''); // 99% chance you won't need to change this value
but in db_host I wrote the host only because I dont know the port.
Thanks for helping
Ps I allowed the server in cpanel to grant host access!
The connection is from WIN2003 to unix
Ive tried to connect wp to an external database but i dont know how, well... i completed all the connection information as you see below:
define('DB_NAME', ''); // The name of the database
define('DB_USER', ''); // Your MySQL username
define('DB_PASSWORD', ''); // ...and password
define('DB_HOST', ''); // 99% chance you won't need to change this value
but in db_host I wrote the host only because I dont know the port.
Thanks for helping
Ps I allowed the server in cpanel to grant host access!
The connection is from WIN2003 to unix