About 4,240,000 results
Open links in new tab
  1. php - How do I run a file on localhost? - Stack Overflow

    I know it is working, but how do I run a file on it, and how do I verify that the file is in fact running on localhost? Server newbie here, additional questions (I have xampp running Apache 2.2): …

  2. How can I access my localhost from my Android device?

    Jan 24, 2011 · I left them all unchecked except Observe, and it worked fine for me. My web server was running on my mac on localhost port 5555, and I saw "other users can manage your …

  3. javascript - How to run html file on localhost? - Stack Overflow

    Jul 21, 2016 · I have an HTML file and I run it on localhost. But, this file includes a mirror using a webcam. For example, how can I run this HTML file on localhost? Webcam starts in this …

  4. html - How to run a localhost website in Android phone which is …

    Jun 11, 2023 · 2 Your localhost is the machine the code is running on, it acts like a server, but locally. If you want to access the website on your mobile phone, you need to find your …

  5. Create Local SQL Server database - Stack Overflow

    Apr 11, 2017 · 6 After installation you need to connect to Server Name : localhost to start using the local instance of SQL Server. Once you are connected to the local instance, right click on …

  6. How to connect to my http://localhost web server from Android …

    Mar 19, 2019 · The localhost refers to the device on which the code is running, in this case the emulator. If you want to refer to the computer which is running the Android simulator, use the …

  7. Viewing localhost website from mobile device - Stack Overflow

    To view localhost website from mobile device you have to follow thoses steps : In your computer, you have to retrieve your IP address (Run > cmd > ipconfig) If your localhost use a specific …

  8. How do you connect localhost in the Android emulator?

    I have made a php script inside localhost and I am connecting that with httpClient but I am getting a problem. Please tell me how can I connect to a php file at localhost from the emulator?

  9. How do you access a website running on localhost from iPhone …

    Jun 28, 2010 · To check, run sudo netstat -anp and look for your local server port. I found that it was running on 127.0.0.1 or localhost so other machines weren't able to access it.

  10. apache - How to run php files on my computer - Stack Overflow

    Here are all steps (in short) to run PHP program in XAMPP Step 1: First of all, open the Apache Friends website, The download and install XAMPP for Windows. Step 2: Open the XAMPP …