We can use ECHO or PRINT to create output in PHP

ECHO is slightly faster than print.
PRINT returns a result.

For more information on the differences between ECHO and PRINT go to: PHP Interview Questions

View Source