Developing Dynamic Pages

There are various methods of creating dynamic pages, and this can be done either as

  1. Server Sided
  2. Client Sided

Some examples of client sided ways of creating a dynamic web page are:

  • JavaScript
  • VBScript
  • FLASH
  • Java Applets

while Server sided methods include:

  • PHP
  • ASP
  • JSP

Database connectivity can also be added to server sided methods allowing the storage and retrieval of data.

Server side databases include with our accounts are:

  • MySQL