Junior PHP Developer Question:

Explain what is the use of "echo" in php?

Tweet Share WhatsApp

Answer:

It is used to print a data in the webpage, Example:
<?php echo 'Car insurance'; ?>
The following code print the text in the webpage

Download Junior PHP Developer PDF Read All 161 Junior PHP Developer Questions
Previous QuestionNext Question
Do you know what is PHP?Explain what is the difference between Session and Cookie?