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 are required to use wireless routers to connect to the Internet? If you want to connect to the ...
Can I remove startup application "OSA9.exe - Microsoft Office Launch Helper" to speedup my computer ...
What files are stored in the "C:\Users\<userid >\AppData\Roaming "folder? Can I delete ...
How to remove AcroIEHelper.dll - Adobe Acrobat IE Helper Version 6.0 for ActiveX? DLL AcroIEHelper.d...
Can I disable Windows service "COM+ Event System" to speedup my computer? Windows service "COM+ Even...