PHP echo statement - w3resource - Web development tutorials | w3resource
In PHP the two basic constructs to get output are echo and print. Actually echo() is not a function, it is a language construct therefore you can use it without parentheses....