Recap
1. echo() is one of PHP output function.
2. echo() can print single and multiple strings separated by comma.
3. String can be represented by single and double quotation in PHP.
4. echo() function is bit faster than other PHP printing functions.
5. echo can print string within parenthesis or without parenthesis.
Comments 4