What does a special set of tags <?= and ?> do in PHP?
Answers
Answered by
0
php start <?php
?> end
<?php
echo "Hello World!";
?>
Similar questions