Check to make sure your environment isn’t being picky about your opening tags. My configuration requires:
<?php
If I try to use:
<?
Then I get the same error as you.
Short tags can be enabled through the INI setting short_open_tag.
Check to make sure your environment isn’t being picky about your opening tags. My configuration requires:
<?php
If I try to use:
<?
Then I get the same error as you.
Short tags can be enabled through the INI setting short_open_tag.