What is "echo" in PHP?
explain with syntax
Answers
Answered by
1
In PHP echo is the basic way to get output on a web page.
<?php
echo "Hello world!"
?>
<?php
echo "Hello world!"
?>
Similar questions
Math,
7 months ago
Math,
7 months ago
Math,
7 months ago
Social Sciences,
1 year ago
Computer Science,
1 year ago
English,
1 year ago