The short form of
<?php echo ?>
is
<?= ?>
The other way to do it to use something like template engine
check https://twig.symfony.com/
Check http://acmeextension.com/best-templating-engine/ for some like of the PHP template enginer
5
solved How can I rewrite the tags