How do i run a php file in windows 10?

  • Home
  • Products
  • AlwaysUp
  • Applications
  • PHP Script

Start your PHP script in the background when your PC boots. Keep it running 24/7 or schedule it to restart several times a day

PHP is a popular programming language. It is often integrated with web servers but works just as well when creating standalone applications.

Note: This video shows how to add a PHP Windows Service the traditional way, before we developed the easy-to-use Application Advisor. The steps below show how to add PHP with the Application Advisor.

To set up a PHP script to run as a background windows service with AlwaysUp:

  1. Download and install the PHP package, if necessary.

    We have installed PHP in C:\PHP and we'll reference that location throughout this tutorial.

  2. Next, please ensure that your PHP script can run normally from the command line.

    1. Start a command prompt [Start button > Run > cmd.exe]

    2. In the window that appears, type the full path to the PHP executable [php.exe] followed by the full path to the script you wish to run as a windows service. Be sure to quote each component containing at least one space!

      Since we have placed PHP in C:\PHP, and our script is C:\PHP\sample-php-script.php, our command line is:

      C:\PHP\php.exe C:\PHP\sample-php-script.php
    3. Hit the Enter key to execute the command line. If your script doesn't work as expected please resolve the issues now.

      Note that if your script doesn't work here then it won't work with AlwaysUp!

      Here is the code of our simple script:

      And here is the result from running it on the command line:

      Everything looks good!

  3. Next, start AlwaysUp.

  4. Select Application > Advisor to launch the Application Advisor:

  5. Click Next to get started:

  6. Choose PHP from the list of applications and click Next:

  7. The Advisor will spend a few seconds gathering information about your PHP installation.

    Afterwards, enter the full path to your PHP executable [php.exe] and click Next to move on:

  8. Enter the full path to the PHP script you would like to run and click Next to continue:

  9. For best results, PHP should run in an account where have run it successfully. Enter the user name and password of your Windows account and click Next to continue:

  10. We're almost done! Click Next to continue:

  11. The Add Application window contains all the recommended settings for running your PHP script 24x7 after your PC boots. If you are curious, you can cycle through the tabs and review the options that have been chosen.

    Click Save to record your new PHP service:

  12. This next window provides guidance if you want your script to run periodically [that is, not 24x7]. If that is the case, this article may be helpful too.

    Click Done when you are ready to move on.

  13. A new entry for your PHP script will appear in the AlwaysUp window. However, the state will be "Stopped" because the service and your script are not yet running:

  14. To start the service, which will kick off the PHP script, choose Application > Start "PHP:...". In a few seconds, the state will transition to "Running":

  15. That's it! Next time your computer boots, your PHP script/service will be launched immediately, before anyone logs on.

    We encourage you to edit the entry in AlwaysUp and check out the full complement of settings that may be appropriate for your environment. For example, you can boost the priority of the PHP process, monitor the executable for excessive CPU usage, configure a weekly report, and much more.


PHP script not working properly as a Windows Service?

  • Visit the AlwaysUp Troubleshooter — our online tool that can help you resolve the most common problems encountered when running an application as a windows service.

  • From AlwaysUp, select Application > Report Activity > Today... to bring up a HTML report detailing the interaction between AlwaysUp and PHP. The AlwaysUp Event Log Messages page explains the more obscure messages.

  • Consult the AlwaysUp FAQ for answers to commonly asked questions and troubleshooting tips.

  • Contact us and we will be happy to help!

Fully Compatible with 140+ Applications...

How do I run a PHP program on Windows 10?

How to Install PHP.
Step 1: Download the PHP files. You'll need the PHP Windows installer. ... .
Step 2: Extract the files. ... .
Step 3: Configure php. ... .
Step 4: Add C:\php to the path environment variable. ... .
Step 5: Configure PHP as an Apache module. ... .
Step 6: Test a PHP file..

How do I run a PHP file?

php” file is placed inside the “htdocs” folder. If you want to run it, open any web browser and enter “localhost/demo. php” and press enter. Your program will run.

What do I need to run PHP on my PC?

To run PHP for the web, you need to install a Web Server like Apache and you also need a database server like MySQL. There are various web servers for running PHP programs like WAMP & XAMPP. WAMP server is supported in windows and XAMP is supported in both Windows and Linux.

How do I run a PHP file locally?

The first thing you'll need to do is install PHP. My preferred way of doing that is by installing XAMPP from //www.apachefriends.org. Click the download button for your operating system to get the latest version.

Chủ Đề