Sr. PHP Programmer Question:

Download Job Interview Questions and Answers PDF

What is the use of "echo" in php?

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

Answer:

It is used to print a data in the webpage, Example: <?php echo 'Global Guideline'; ?> , The following code print the text in the webpage

Download Senior PHP Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain the purpose of output buffering in PHP?What is use of count() function in php?