Page 1 of 1

Xampp PHP Problem

PostPosted: 29. June 2010 05:36
by Abolish
Hey guys, I've been using Xampp for a long time and this is my first post, well because theres an issue and I just can't seem to find the answer

Xampp 1.7.3 seems to be overlooking all php code if it starts with only <? but if I change it to <?php it works fine

What I would like to know is how I can get it to read <? as php like php used to...

Thanks in advance

Re: Xampp PHP Problem

PostPosted: 29. June 2010 06:39
by Altrea
Keyword short_open_tags
solved million times before in this forum

the board search is your friend

Re: Xampp PHP Problem

PostPosted: 30. June 2010 08:16
by Abolish
Thank you, yeah I didn't know what it was called to look it up though, thank you very much testing right now

Re: Xampp PHP Problem

PostPosted: 30. June 2010 08:52
by Abolish
Okay so, I did do this, it worked for many of my scripts, but not all, for some reason it still does the same thing with some of the scripts...

Any clue?

Re: Xampp PHP Problem

PostPosted: 30. June 2010 09:48
by Altrea
Without any information about these scripts? no chance!