I've installed php on IIS 5.<something> running on Windows Server 2003. php pages work fine when the php is explicitly defined in the tags <?php ........ ?>. however when php is surrounded only by <? ...... ?>, which is common, it displays the code as plain text on the site. Anyone know if anyway to make php the default script for '<?' ?