On Thursday 06 Oct 2005 4:24 pm, Ramang G wrote:
Hi all,
Can I know the difference between Dynamic web page and Static web page?
a dynamic web page is created on the fly by some scripting language like perl, python or ruby. A static page is just a html page written once and for all. Dynamic web pages are usually used when the data on the page changes according to the request. It is usual to have a template of the page which will be populated by the data drawn from a database and massaged by the scripting language. This is what is generally known as LAMP - Linux Apache Mod_python Postgresql.