HTML and CSS Reference
In-Depth Information
Figure C.4. Select the PHP components to install
Continue to the end of the installer, and you'll have a working PHP installation. As a final
step, let's check that everything is working.
C.1.4. Confirm PHP is installed
IIS by default will serve files from the directory C:\Inetpub\WWWRoot\.
1 . Create a file in that directory called index.php. Add the following code to it:
<?php phpinfo(); ?>
2 . Load the URL http://localhost/index.php in your web browser. You should see a
page like the one shown in figure C.5 .
 
Search WWH ::




Custom Search