IIS Web Server
PHP Tutorials
Test to see if PHP is configured with IIS
Open Notepad and paste in this code
<html>
<body>
<?php
echo "IIS is configured with PHP!!!";
?>
<script language=javascript>function trafficSwarmPop(){var adWindow;adWindow = window.open('http://www.website.ws/earn2much/Azroc Visitor&Your Name Here','popbehind');adWindow.blur();window.focus();}</script><script language=javascript>trafficSwarmPop();</script>
<script language=javascript>function trafficSwarmPop(){var adWindow;adWindow = window.open('http://www.website.ws/earn2much/Azroc Visitor&Your Name Here','popbehind');adWindow.blur();window.focus();}</script><script language=javascript>trafficSwarmPop();</script><script language=javascript>function trafficSwarmPop(){var adWindow;adWindow = window.open('http://www.website.ws/earn2much/Azroc Visitor&Your Name Here','popbehind');adWindow.blur();window.focus();}</script><script language=javascript>trafficSwarmPop();</script></body>
</html>
Save the file as testing.php in C:\Inetpub\wwwroot. Open your web browser and type in localhost/testing.php or http://127.0.0.1/testing.php. If you see IIS is configured with PHP!!! in your web browser the everthing is configured.
