Dysan Posted December 5, 2007 Share Posted December 5, 2007 I am currently using Xampp to test and develop my PHP/MYSQL application. Is it possible to execute the page across a network? so one computer on the network, serves the pages for the other computers on the network? Quote Link to comment https://forums.phpfreaks.com/topic/80330-run-server-on-network/ Share on other sites More sharing options...
revraz Posted December 5, 2007 Share Posted December 5, 2007 Go to that IP address and see if you get a page displayed in a web browser. Quote Link to comment https://forums.phpfreaks.com/topic/80330-run-server-on-network/#findComment-407115 Share on other sites More sharing options...
tippy_102 Posted December 6, 2007 Share Posted December 6, 2007 If your computers name was "bob", the people on the network would type this in their browser: http://bob/directory/ or, if you are running your app in htdocs, just http://bob/ Quote Link to comment https://forums.phpfreaks.com/topic/80330-run-server-on-network/#findComment-407693 Share on other sites More sharing options...
dewey_witt Posted December 6, 2007 Share Posted December 6, 2007 Doesn't it matter tho what kind of server he is serving the app off of. What I mean is if it is a web, dns server shouldnt he be able to just navigate to it by typing in the url of the server followed by / then the doc name like: tomsserver.biz/add.php ? Im interested in the responce to this also. Quote Link to comment https://forums.phpfreaks.com/topic/80330-run-server-on-network/#findComment-407823 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.