Technology
 

Echo

From Web Design and Programming

echo is a PHP language construct used to output one or more strings.

[edit] Example

[edit] Input

<?php
echo "Hello World";
?>

[edit] Output

Hello World
Rate this article: