Answers

Question and Answer:

  Home  Junior PHP Developer

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

It is used to print a data in the webpage, Example:

<?php echo 'Car insurance'; ?>

The following code print the text in the webpage

 164 views

More Questions for you: