+ 1
What echo tag do
3 Answers
0
Echo is a function that prints out text to the screen. It's also very particular since you don't necessarily have to use it as a function.
echo 'Hello World';
echo('Hello World'); //used as a function
0
Echo and print are same these gives output of strings
0
include the start and stop tags.identify