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.
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
Post a Comment