How to run web (application with relational database) on local server with Xampp on multiple clients? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to run web (application with relational database) on local server with Xampp on multiple clients?

I am trying to develop a database web, front-end made with html and Css , backend with php and MySQL. I can run that app fine on server(created with Lan) but can't find a way to make localhost available to clients in my lan network. I am using xampp on server and I have kept it in shared folder. Can anyone point me in right direction. I am just a beginner. Thank you.

17th Mar 2019, 3:19 AM
Himanshu
Himanshu - avatar
3 Answers
+ 1
Localhost is only available for that current pc it can't be shared
17th Mar 2019, 11:46 AM
Tim
Tim - avatar
0
Any way to make that web accessible to all network computers?(without internet) I mean at least client side so that data can be entered. Once php is written it needs local host even for display of data table.(I am talking about fetch function not phpmyadmin)
17th Mar 2019, 7:38 PM
Himanshu
Himanshu - avatar
0
OK solved it by configuring Apache... thanks for the reply though
18th Mar 2019, 6:14 PM
Himanshu
Himanshu - avatar