Computer Science, asked by sajalkhandelwal4707, 1 year ago

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

Answers

Answered by mrfawadali
0

php start <?php

?> end

<?php

echo "Hello World!";

?>

Similar questions