Hello World
PHP
2024-11-25
4
The wrong way
<?php
echo
"Hello World<br />\n"
;
?>
The right way
Hello World