Article overview

Help article

static vs dynamic websites

If you want to host a website, it is important to consider the difference between static and dynamic websites. For static websites, you only need a web server such as Apache, but for dynamic websites, you need a LAMP Stack.

As the names indicate, static websites are (relatively) unchangeable and dynamic websites change regularly. For example, all websites that use CMS systems (WordPress, Joomla, Drupal, etc.) are dynamic websites and use PHP and databases. Some of the main differences are:

 

Static websites

  • Content is the same every time the page is loaded.
  • Content only changes if someone posts an update on the relevant web server.
  • The website only uses HTML code.
  • Does not require a database.

Dynamic websites

  • Content changes regularly (e.g. due to changes in a database).
  • The website contains code which allows unique content to be displayed every time the page is loaded.
  • The website uses scripting languages ​​such as PHP, Perl, Ruby, etc. for developing the website.
  • (Almost always) uses databases.

 

 

Should you have any questions left regarding this article, do not hesitate to contact our support department. You can reach them via the ‘ContactUs’ button at the bottom of this page.

If you want to discuss this article with other users, please leave a message under 'Comments'.

 

Has this article been helpful?

Create an account or log in to leave a rating.

Comments

Create an account or log in to be able to leave a comment.