---
title: "What is the difference between echo and print?"  
description: "What is the difference between echo and print?"  
author: "Jayden Bell"  
published: 2016-09-26  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/23058/what-is-the-difference-between-echo-and-print  
category: "php"  
tags: ["php"]  
reading_time: 1 minute  

---

# What is the difference between echo and print?

Print return true or false whereas echo does not return true or false. Echo can take multiple expression whereas print cannot take multiple expression.

## Answers

### Answer by Jayden Bell

Print return true or false whereas echo does not return true or false. Echo can take multiple expression whereas print cannot take multiple expression.


---

Original Source: https://www.mindstick.com/interview/23058/what-is-the-difference-between-echo-and-print

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
