We are coming close to the point where we are about to deploy an eCom site onto our webserver. But i have a question:
Our website is maintained by a third party company, they have the website files on their server with our dns(www.auto-trail.co.uk). The database (SQL Serever) we use for the site is situated on site.
While developing, i was connecting to the database using:
$link = mssql_connect("SQLSERVER", $username, $password);
mssql_select_db("ATVR", $link);
Obviously SQLSERVER is the name of our server locally. Will we have to move te webserver to our server and update the dns info? This is where my understanding of networks falls down.
I hope you can understand what i am asking
regards and thanks in advance