Difference between echo and print in php

By Published On: April 17, 2011

There is slight difference between echo and print. But both are used to print line of code to the browser. There are two main difference between echo and print:- echo does not return any value while print returns true or false on successful print. echo is faster than print. I advice you to use echo in your code and don’t use echo and print both because it will [...]


There is slight difference between echo and print. But both are used to print line of code to the browser.

Difference between echo and print

Difference between echo and print

There are two main difference between echo and print:-

  1. echo does not return any value while print returns true or false on successful print.
  2. echo is faster than print.

I advice you to use echo in your code and don’t use echo and print both because it will confuse other programmers who watch your code.


Share this article

Written by : Junaid Rehman

I am a blogger and freelance web developer by profession. I love to blog and learn new things about programming and IT World.

Follow us

A quick overview of the topics covered in this article.

Join our website

Our partner website gives you a good reading experience

Latest articles