Sr. PHP Programmer Question:

What is the use of "echo" in php?

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

Read All 202 Senior PHP Programmer Questions
Previous QuestionNext Question
Explain the purpose of output buffering in PHP?What is use of count() function in php?