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? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

24th Mar 2017, 12:01 PM
Kirollos Ayman
2 Answers
+ 2
thanks very much for your answer
24th Mar 2017, 1:39 PM
Kirollos Ayman
+ 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
24th Mar 2017, 1:15 PM
เคฆเฅ‡เคตเฅ‡เค‚เคฆเฅเคฐ เคฎเคนเคพเคœเคจ (Devender)
เคฆเฅ‡เคตเฅ‡เค‚เคฆเฅเคฐ เคฎเคนเคพเคœเคจ (Devender) - avatar