Collections:
Other Resources:
Verifying IIS Configuration for PHP Scripts
How to verify IIS configuration for PHP scripts?
✍: FYIcenter.com
1. Make sure that IIS is running.
2. Use "notepad" to enter this simple PHP script:
<html> <body> This is <?php echo "my first PHP script"; ?>. </body> </html>
3. Save this script as C:\inetpub\wwwroot\my_first.php.
4. Run a Web browser and enter the this URL: http://localhost/my_first.php.
You will see IIS runs the script with the PHP engine and returns the result in the browser window as:

2023-10-21, ≈15🔥, 1💬
Popular Posts:
Can I disable Windows service "Spectrum24 Event Monitor" to speedup my computer? Windows service "Sp...
What is CLI.exe - Process - ATI CLI Application (Command Line Interface)? Process CLI.exe is the ATI...
What is the "SCNotification.exe" process on windows 7? Is the "SCNotification.exe" process a virus? ...
Can I disable Windows service "IMAPI CD-Burning COM Service" to speedup my computer? Windows service...
How to download PHP engine for Windows systems? If you are interested in downloading a copy of PHP e...