Hi,
I just installed WAMP, and I can't get my <?
to work.
Is there a module I need to enable?
Thanks.
Hi,
I just installed WAMP, and I can't get my <?
to work.
Is there a module I need to enable?
Thanks.
You need to have short_open_tags enabled to use the <?
open tag. But I recommend you not to use them but to use the standard open tag <?php
for compatibility and portability reasons.