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 do I move the licenses for the tracks that I ripped from CDs to my new computer? Typically, lice...
Where to find tutorials on Internet Explorer (IE)? Here is a large collection of tutorials to answer...
Upgraded to Windows 10 from 7. Apparently users can no longer selectively choose which updates to in...
What is the HP computer registration process? If you bought a new HP computer and doing the initial ...
What is service "AeLookupSvc" on Windows Vista? "AeLookupSvc" is a system service with the display n...