Junior PHP Developer Question:

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

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?