- Joined
- Apr 15, 2016
- Messages
- 612
- Points
- 28
I am using PHP 5.6 and in my PHP code (from a PHP deveoper) he wrote <? instead of <?php hence some codes didn't work until I changed <? to <?php
for examples: <? include ROOT."templates".DS."left-menu.php" ?>
changed to
<?php include ROOT."tmpl".DS."left-menu.php" ?>
What configs to do to correct this on my web hosting?
for examples: <? include ROOT."templates".DS."left-menu.php" ?>
changed to
<?php include ROOT."tmpl".DS."left-menu.php" ?>
What configs to do to correct this on my web hosting?