Technical question, answer please?

Ques. What is the use of "echo" in php?

Your Answer

echo in php is used to print the statements to the output screen.echo has no return value
eg:
echo "Hello";

0
yahoo
Practice Mock Test
yahoo