Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Programming General (http://siteownersforums.com/forumdisplay.php?f=44)
-   -   what is difrence between dynamic and static web pages? (http://siteownersforums.com/showthread.php?t=176675)

donaldfagen16 08-20-2016 12:15 AM

what is difrence between dynamic and static web pages?
 
Hi all,
what is difference between dynamic and static web pages?

Crazy hippos 08-20-2016 01:02 AM

Static means the web page content doesn't change. Dynamic means the web page will be change frequently. For ex: E-commerce website is the dynamic because of the inventory gets changed.

shaunblake12 08-20-2016 01:58 AM

Static webpage means u can't do any change in It. but in dynamic u can update the webpage as your wish

Claire_Anderson 08-23-2016 12:11 AM

Static web pages are those web pages, where we can not change the contents of the web page without changing the source code.

dynamic web pages are those web pages, where we can change the contents of the website page without changing the source code. Same code will display different UI elements for different users. The website can change the contents based on operating system and mobile applications.

Developers create static web pages with HTML and they create dynamic web pages with PHP and javascript.

prernabanarjee 09-12-2016 04:00 AM

Static webpages are those webpages in which the content are same for all the user and visitors whereas dynamic webpages are those webpages in which content change from user to user.

RH-Calvin 09-12-2016 11:13 PM

A static site is one that is usually written in plain HTML and what is in the code of the page is what is displayed to the user. A dynamic site is one that is written using a server-side scripting language such as PHP, ASP, JSP, or Coldfusion.

adityadev 02-19-2019 06:38 AM

"Static" means unchanged or constant, while "dynamic" means changing or lively. Therefore, static Web pages contain the same prebuilt content each time the page is loaded, while the content of dynamic Web pages can be generated on-the-fly. Standard HTML pages are static Web pages.

mausin12991 02-22-2019 11:10 PM

Static" means unchanged or constant, while "dynamic" means changing or lively. Therefore, static Web pages contain the same pre built content each time the page is loaded, while the content of dynamic Web pages can be generated on-the-fly. Standard HTML pages are static Web pages.


All times are GMT -7. The time now is 04:19 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.