Link to home
Start Free TrialLog in
Avatar of MnInShdw
MnInShdwFlag for Japan

asked on

problem with running php files

If I start my php scripts with
--------------
<?
--------------
the browser shows the contents of php file and the web server doesn't execute the script.

But if I start them with
--------------
<?php
--------------
everything works perfectly and I receive the expected results.

the site is running on a Windows Server 2003 with IIS6.0 and php5.2.3
I believe there should be something wrong with settings of IIS6 or php.ini

any kind of advice is much appreciated.


SOLUTION
Avatar of b0lsc0tt
b0lsc0tt
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MnInShdw

ASKER

thanks for all the comments :)
Your welcome!  Thanks for the fun question.  I'm glad I could help.  Thanks for the grade and points too.

bol