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:
How to use sc.exe command to create a new service? If you want to create a new service, you can use ...
What is yt.dll - DLL File - Yahoo Toolbar for IE Browser? yt.dll is installed as part of the Yahoo! ...
Where are registry keys located for Installed Programs and programs on my Window 7 system? When a so...
What is QLBCTRL.exe - Process - QLB Controller? Process QLBCTRL.exe is the QLB (Quick Launch Button)...
What files are stored in the "C:\Users\<userid >\AppData\Local"folder? Can I delete th...