How do I access my PHP from another computer?
- How do I access my localhost from another computer?
- How do I access my PHP?
- How do I access localhost PHP?
- How do you access localhost xampp from another computer over the Internet?
How do I access my localhost from another computer?
If you want to communicate with that computer from somewhere else, you'll need to use its real IP address. With Windows, you should be able to get your IP address with ipconfig ( ifconfig under most UNIX-type systems) and just plug that into your connection parameters where you currently have localhost .
How do I access my PHP?
Go to browser: http://localhost/ProjectName/filename.php.
How do I access localhost PHP?
Open up any Web browser on your desktop and enter "localhost" into the address box. The browser will open a list of files stored under the "HTDocs" folder on your computer. Click on the link to a PHP file and open it to run a script.
How do you access localhost xampp from another computer over the Internet?
1Go to Your XAMPP Control panel.2Click on apache > config > Apache (httpd.conf)3Search for Listen 80 and replace with Listen 8080.4After that check your local ip using ipconfig command (cmd console)5Search for ServerName localhost:80 and replace with your local ip:8080 (ex.192.168.1.156:8080)
Related Questions
-
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago