Google News
logo
PHP - Interview Questions
What is the use of "echo" in php ?
It is used to print a data in the webpage, Example: <?php echo 'Free Time Learn'; ?> , The following code print the text in the webpage.
Advertisement