PHP Echo and Print
- echo
Two of echo and print have same function and the differences of echo and print are small, echo has no return value while print has return the value of 1 so print can be used in expression.
PHP echo Example
Display Text
Display Variables
PHP print Example
Display TextDisplay Variables