What is the difference between:
HTML
SHTML
PHTML
Why and when i'll use which one?
What is the difference between:
HTML
SHTML
PHTML
Why and when i'll use which one?
It looks like SHTML = Server Side include HTML (SSI), which is just a fancy way of saying the server can dynamically inject code at the reference point (i.e. where the include is).
PHTML is an encoding method for encrypting php code.
PHTML had several other versions as well, but most looked like they were related to PHP encoding of HTML pages.