Introduction to PHP code

PHP code is executed by a web server, unlike JavaScript that is executed by the browser. PHP code is denoted by <?php opening tag and ?> closing tag.

PHP code can be as a standalone code, or it can be included within HTML code.

YouTube video

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator