Short Tags
3/64
Hello World!
Variables and Data Types
<?php
echo
"Hello world!"
?>
<? echo "Hello world!" ?>
<?=
"Hello world!"
?>