Page 1 of 1

How can I use <? instead of <?php

PostPosted: 14. March 2010 18:10
by pestbeule
Hi all.

I installed the actual version of xampp. Now all my older PHP projects don't work anymore. I figured out that I have to use <?php instead of the shorthand <?. Does anybody know how I can change xampp to let me use the shorthand <? ???

Re: How can I use <? instead of <?php

PostPosted: 14. March 2010 19:36
by ajaykumarmeher
In the php.in file look for

short_open_tag = Off and Change Off to On

Re: How can I use <? instead of <?php

PostPosted: 14. March 2010 19:56
by pestbeule
Hey. Thank you very much. You saved me a bunch of work going over all my previous projects... Thanks and a happy sunday.