.php is viewed the same way as .html, but if all your pages are .php you can add php code into it later, like redirects or something that requires a web application
php is meant for dynamic pages that take information from somewhere and process it and use it on a page in a certain way
for...