How to Enable Short Open Tags in PHP
Enabling short open tags gives you access to opening your PHP script with <?
rather than the full <?php
and also includes <?= '...' ?>
as a replacement for <?php echo '...'; ?>
. These are very handy if you are used mixed HTML and PHP.
PHP 4+ | × | 1 |
Howchoo is reader-supported. As an Amazon Associate, we may earn a small affiliate commission at no cost to you when you buy through our links.