I\'m new to PHP, and most of the time I have been \'echo\'ing my HTML. Today, I found this way of doing it, which makes things 1000 times easier:
It is. But it has also become a standard to omit the ending ?> in every file, so there is no trailing whitespace or line ending in the output.
?>
HTML can go here without echo'ing it
If enabled in your php.ini, you can also use short tags ( instead of )
)