Hi all,
Can I know the difference between Dynamic web page and Static web page?
regards, Ram
__________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
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.
Sometime on Thu, Oct 06, 2005 at 04:41:15PM +0530, Kenneth Gonsalves said:
and massaged by the scripting language. This is what is generally known as LAMP - Linux Apache Mod_python Postgresql.
^^ I thought it was Linux, Apache, MySQL and PHP :)
Anurag
On Thursday 06 October 2005 04:50 PM, Anurag wrote:
Sometime on Thu, Oct 06, 2005 at 04:41:15PM +0530, Kenneth Gonsalves said:
and massaged by the scripting language. This is what is generally known as LAMP - Linux Apache Mod_python Postgresql.
^^ I thought it was Linux, Apache, MySQL and PHP :)
Might be Linux, Apache, MySQL Perl/Python/PHP ;)
Anurag
Might be Linux, Apache, MySQL Perl/Python/PHP ;)
Anurag
This is correct.
On Thursday 06 October 2005 06:11 PM, Guru prasath wrote:
Might be Linux, Apache, MySQL Perl/Python/PHP ;)
Anurag
This is correct.
Might be Linux Animation Movie Player. ;) Chech this link http://en.wikipedia.org/wiki/LAMP
With Cheers, Hardik Dalwadi.