Sr. PHP Programmer Question:

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


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