Quote:
Originally Posted by BenjArriola
If I have a static content site, and see no updates happening often and no need for dynamic content. Then I just use HTML.
If I need dynamic content and the site's content is updated often, then I'd use a CMS made in PHP. If I make custom CMS sites, I use PHP still but with the .html extension.
|
Quote:
Originally Posted by priji
HTML is a markup language, it defines the structure of information.
PHP is a scripting / programming language.
|
These are my exact thoughts. I am comfortable with both of them, and use them according to the situation.