MySQL DB

Soldato
Joined
19 Jul 2006
Posts
2,967
Location
Leicester
I have WAMP installed on my computer and I'm using PHPMyAdmin to manage my MySQL database which is being used for my PHP Webpages.
At the moment, in my PHP pages I'm calling localhost,root,password to connect to the database then selecting the table.

When I'm finished, I want to put my PHP pages into my Univeristy's public_html folder for use on the Internet, but I don't know how I would get my MySQL database onto there?

Thanks for any help :)
 
In my public_html folder, which is where I put my Webpages, there is nothing in there apart from what I put in there.
I'll ask someone at my Uni about it and if I can't do it, I suppose I can buy some hosting and a domain.

I don't have my Username and Password in my PHP files as such, I have them in a global.php file which I include on each page, is that ok?
 
Back
Top Bottom