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