PHP Short Open Tags & Short Hand Syntax Cheatsheet
PHP Short Tags A PHP block is started by starting “<?php” tag and closed by “?>” tag. But you if you feel this is kinda long then you can use “<?” for starting and regular “?>” for ending a PHP block as alternative. But to achieve this benefit of PHP short tags, you must enable... continue reading.
Read More