Write some text to the output in PHP
Description
The following code shows how to write some text to the output.
Example
<?php
echo "Hello world!";
?>
The code above generates the following result.
The following code shows how to write some text to the output.
<?php
echo "Hello world!";
?>
The code above generates the following result.