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:
What is services.exe process - Services and Controller app? Process services.exe is part of the Wind...
What is "Superfetch" in my Windows XP service list? And how is "Superfetch" service related to SysMa...
What is the "csrss.exe" process on windows 7? Is the "csrss.exe" process a virus? Can I terminate th...
What is the installed program "Microsoft .NET Framework 4.5.1 SDK" on my Windows 7 computer? "Micros...
Where to find tutorials on using Bluetooth? I want to learn how to work with Bluetooth connections? ...