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

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

Read Online Junior Developer PHP Job Interview Questions And Answers