Junior PHP Developer Question:
Download Job Interview Questions and Answers 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
<?php echo 'Car insurance'; ?>
The following code print the text in the webpage
Download Junior PHP Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Do you know what is PHP? | Explain what is the difference between Session and Cookie? |