+ 3
I have html, mysql,php pages.Should I make one server for them or make server for each of them?And how to connect them together?
And what's the best way to make server?
2 Respuestas
+ 2
thanks very much for your answer
+ 1
One server will work. Just installed
XAMPP
Create a folder under htdocs folder in XAMPP installation folder.
example:
d:\xampp\htdocs\mitproject
d:\xampp\htdocs is mapped as 'http://localhost'
Put all your html and php files in that folder
Start the XAMPP control panel.
Start Apache Server
Start Mysql Server
Open browser and type following url in the address bar
http://localhost/mitproject, press return key
This will try to open index.php or index.html, if exist