Hello World
PHP
2025-01-22
4
The wrong way
<?php
echo
"Hello World<br />\n"
;
?>
The right way
Hello World