What is difference between PHP and HTML?
HTML files are requested by browser, and returned by server.
PHP files are requested by browser, and executed by the server to output a plain HTML that is returned to the browser.
HTML files are requested by browser, and returned by server.
PHP files are requested by browser, and executed by the server to output a plain HTML that is returned to the browser.