php test page code example
Example 1: php hello world
echo "Hello, World!";
Example 2: php test page
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>
echo "Hello, World!";
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>