Junior PHP Developer Question:
Download Questions PDF

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

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know what is PHP?Explain what is the difference between Session and Cookie?