Having a real tough time in getting PHP 5.3 to run on IIS 6.0.
This script:
Welcome to the jDEV Site.
<?php
echo('
Hi from PHP.
');
?>
Php is done now.
Hi from PHP.
'); ?>
Php is done now.
yields this result:
Welcome to the jDEV Site.
Hi from PHP.
'); ?>
Php is done now.
I am so lost as to why - please help. Thanks.