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, ≈16🔥, 1💬
Popular Posts:
Can I disable Windows service "ClipBook" to speedup my computer? Windows service "ClipBook" - Enable...
What is "SPP Notification Service" in my Windows 7 service list? And how is "SPP Notification Servic...
How do I know what cookies a Website is sending to my computer? When you are visiting a Website, it ...
How to add a password to stop other people editing my PowerPoint file? I want share a PowerPoint fil...
What is NetZero Toolbar - United Online NetZero dialup toolbar for Internet Explorer (IE) 7 browser?...