short_open_tag
If we want to use short open tag
<?
instead of
<?php
then we must configure
short_open_tag
setting in
php.ini
to
on
<?
echo '"short_open_tag" should be ON if we want to use short tags ' ;
?>
by Valeri Tandilashvili
4 years ago
PHP
1
Pro tip: use ```triple backticks around text``` to write in code fences