Friday, January 28, 2011

Setting up PHP on IIS

Following the instructions from the PHP website was the best.

http://www.php.net/manual/en/install.windows.manual.php

Make sure that your test page (index.php) uses the correct php tags.

< ?php
phpinfo();
?>