Computer Science, asked by anuj, 1 year ago

What is "echo" in PHP?
explain with syntax

Answers

Answered by Anonymous
1
In PHP echo is the basic way to get output on a web page.

<?php

echo "Hello world!"

?>
Similar questions