Tag <?= ... ?> in PHP

Q

What does a special set of tags <?= and ?> do in a PHP script page?

✍: FYIcenter.com

A
<?= expression ?> allows you to output the value of the specified expression into the HTML document directly.

2006-09-01, 8254👍, 0💬