A Web site that is static
can only supply information that is written into the HTML and this
information will not change unless the change is written into the source
code. A static web page is a web page that always comprises the same
information in response to all download requests from all users.
A dynamic web site is one which is designed to have
regularly changing content every time a user visits or reloads the site.
In technical terms, a dynamic website uses a database and server side
scripting. You have template pages, which call content out of the
database depending upon the situation. |