I'm developing an MVC project in PHP and did the whole view in .html files. When I need to manipulate a form, I specify in the action the path to a script in the controller. My question is whether you need to view only .html files without anything php. Also, I need to implement a login system causing me to have to implement some form of login control in php on html pages. How would I proceed?