echo and print are both language constructs and do not (and should not) require parenthesis. The difference is that print returns a value indicating success where echo does not
RE: What is the difference between echo and print stat...
Actually . . .
echo and print are both language constructs and do not (and should not) require parenthesis. The difference is that print returns a value indicating success where echo does not