---
title: "What is the use of echo?"  
description: "What is the use of echo?"  
author: "Manoj Bhatt"  
published: 2016-09-26  
updated: 2020-09-14  
canonical: https://www.mindstick.com/interview/23057/what-is-the-use-of-echo  
category: "php"  
tags: ["php"]  
reading_time: 1 minute  

---

# What is the use of echo?

It is used to print the output of the webpage. For example-<? echo “ Hello! How are you? ” ?>. The text is printed in a webpage (Hello! How are you?).

## Answers

### Answer by Manoj Bhatt

It is used to print the output of the webpage. For example-<? echo “ Hello! How are you? ” ?>. The text is printed in a webpage (Hello! How are you?).


---

Original Source: https://www.mindstick.com/interview/23057/what-is-the-use-of-echo

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
