Junior PHP Developer Question:

Download Job Interview Questions and Answers PDF

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

Junior PHP Developer Interview Question
Junior PHP Developer Interview Question

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?