Re: Recentally Active
The PHP code is differentiated from HTML code by use of the
<?php .....contents of file here..... ?>
opening and closing tags. These tell the server that when it finds a PHP file, to scan through for these tags, and execute the code in between them.