I have built dynamic php pages through Dreamweaver in order that someone else can update one of the pages on the site and using locahost on phpMyAdmin for the SQL database and tables. Obviously, as it now stands, everything wants to pick up from my localhost but I now want to make this 'live' on the web. My hosting company have told me I can't use localhost but need to use their server (pdb2.agilityhoster.com). Now I tried just changing the Connections/***.php file to connect to that instead of the localhost but it just won't connect and, anyway, the database is set up on localhost not the server. How do I get the database up to the server's php/sql software and make the whole thing point to the server instead of the localhost?
As I said, I am a COMPLETE newbie at this and I apologise in advance if some of the terminology I have used isn't quite correct
Nikwak