So, I am new to php and am planning a site with over 100 pages and want to be able to edit them easily. One question I had was, is php ONLY for html where I rename my html pages and includes to php? I was reading on
LissaExplains.comhttp://lissaexplains.com/html6.shtml#SSI about SSI and PHP and it was saying how SSI could be used for javascript, html, etc, all you have to do is rename pages to .shtml. Now, I don't want to use SSI, but how would the browser know what was html, css, javascript... if the extension is .txt?
Another question I have is, how does css apply to php? Im using a template with the style already made, I plan on cutting some of the html and placing it in a .php. Would I need to apply the style inside my include, or is it fine in my main page, where it is pointing to an external sheet?
Also, there are no problems integrating css with php is there?
Thanks in advance for your help