This is an old revision of the document!


<?php echo “hello world!”; ?>

echo 'The PHP version: '; echo phpversion(); echo ' (generated inline HTML)';