Ok, i'm having a problem loading pages where the php script begins with
<?
instead of <?php
I've set short_open_tag to "On" in my php.ini file, have rebooted IIS(version 5), and even rebooted my server(windows 2000).
I've triple checked the php.ini file and this variable is definately set to on. Any idea what's happenning?
Changing the code is not an option. It's not my code actually, i'm trying to use phplive which is 3rd party software.
PHP code does work expected when the tags begin with <?php. I can reproduce the problem even with the following script:
<?
phpinfo();
?>
Thanks for any help!