Declaring PHP code

PHP can either be standalone code, or PHP code can be included within HTML page to make it dynamic.

PHP code is denoted with <?PHP as a starting tag for the PHP code, and ?> as an ending tag.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator