How to know a website is dynamic or static?

Hassan

Member
A static site is a website that is written entirely using HTML and have no database where as A dynamic website is written using more complex code such as PHP and ASP and store data in database.
 
Does content change on the website? Do you interact with the website in ways such as posting comments, having an account, or anything along those lines? Is the page extension anything other than ".html/.htm"? If so, the website is probably dynamic :p
 
Top