+ 5
why is echo needed in php ??
I need a detailed info .
10 Answers
+ 4
display the statement
+ 3
you use alternative print
+ 2
php using echo can create HTML code or just display all results of your action. Its basic output method.
+ 2
for printing outputs
+ 2
You are needing echo for putting out variables and other different things like math excercises or simple text. Greeting
+ 2
echo is used in php toh print the output of the program on screen
+ 2
Echo is used in php to print the code in the form of output
+ 2
To print something on web page if we needed we use echo and we can also use print
+ 1
echo is a statement which is used to display the output. It can be used with parentheses echo or without parentheses echo. echo can pass multiple string. echo doesn't return any value. echo is faster than print.
0
echo is used for output print