/* <?= ?> is a shorthand for */ <?php echo "something"; ?> // Above code is the same as: <?= "something" ?>