Youtube channels: Documentation: Books: Course:
Categoria: PHP
PHP tag
The PHP processor excutes the code written between the <?php and ?> tags. Any content outside of these tags is ignored. To prevent syntax errors, make sure there is a space, tab or newline before the opening <?php tag. PHP also supports a short echo tag <?=, which is a shorthand for <?php echo The…