Categories:
Administration (10)
Adware Spyware (7)
Apache (10)
Bluetooth (125)
DOS Commands (1)
Edge (28)
General (2)
Internet Explorer (217)
Media Center (12)
Media Player (11)
Mozilla Firefox (18)
PHP (15)
Programming (8)
Security (4)
Silverlight (15)
Tips (17)
Tools (218)
Tutorials (5)
Windows 10 (166)
Windows 7 (636)
Windows 8 (1091)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (52)
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:
2016-12-29, 13634👍, 0💬
Popular Posts:
Can I remove startup application "RealPlay.exe - RealPlayer Tray Bar Application" to speedup my comp...
How do I improve the touch sensitivity on my PC 1. Adjust the pen and touch settings in the Control ...
How do I copy the user ratings for my files to my new computer? You can ensure that the user ratings...
What is Microsoft Research Extra Toolbar Button and Extra Tools Menu Item for Internet Explorer (IE)...
How to add ActiveX controls, like text command button, text box, check box, etc., to Presentation sl...