Close sidebar

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";

Comment
Practice Mock Test
yahoo