echo and print in PHP: Difference between echo and print
echo and print both are used to print string on the screen. echo is little bit different from print because print always return 1. While, echo doesn’t return any type of value.
echo and print both are used to print string on the screen. echo is little bit different from print because print always return 1. While, echo doesn’t return any type of value.