WAMPserver and <?

is there a way to make <? ;?> tags work in the wampserver, instead of just using <?PHP

?

Sure, take a look at the short_open_tag directive over at the manual.

It maybe worth bearing in mind however, that using short tags can trip you up if you’re not careful.

thanks in advance Anthony, you mean, i should get in trouble when confusing those tags with another language’s tags?