Basic PHP Programming Question:

What does a special set of tags do in PHP?

Tweet Share WhatsApp

Answer:

What does a special set of tags <?= and ?> do in PHP?
The output is displayed directly to the browser.

Download PHP PDF Read All 139 PHP Questions
Previous QuestionNext Question
What Is a Persistent Cookie in PHP?How do you define a constant in PHP?