buildakicker Posted February 1, 2007 Share Posted February 1, 2007 Hello I would like to connect to a db on another host I have set up, is this possible? and how so? Thanks Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted February 1, 2007 Share Posted February 1, 2007 It is possible yes. Provide the domain or IP address to the remote server with the database on for the hostname. Example: $conn = mysql_conncect("www.2.com", "username", "password"); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.