Answers for "<?PHP>"

PHP
2

<?PHP>

<?php
echo "Hello world";

// ... more code

echo "Last statement";

// the script ends here with no PHP closing tag
Posted by: Guest on September-16-2020

Browse Popular Code Answers by Language