PDA

View Full Version : Difference between two websites



SAP Online
08-21-2016, 03:54 AM
What is difference between a static website and dynamic website ?

leasedlayer
08-22-2016, 12:34 AM
Static website means it will not communicate with database, Dynamic means you can store data in database,and it is communicate with backend databse.

ehostingpk
08-22-2016, 02:49 AM
The difference between two sides are called static and dynamic website it makes the huge difference in both.

Rose kim
08-23-2016, 12:51 AM
Static websites are easy and cheap to develop, constant page which will not communicate with Databases. it can be built using HTML and CSS. Dynamic is for huge database websites, CMS based websites where continuous communications or activities are done.

aceamerican
08-23-2016, 01:01 AM
1. Static Website
2. Dynamic Website

kasif
09-23-2016, 12:26 PM
There is no database in static website,you have to work on CSS and HTML. Dynamic website means you can store data in database so is there any issue you can change it and update website.

kunnusingh
09-24-2016, 01:26 AM
I think dynamic website means your site content can be changed while HTML page is static and no need of database. You will be need to manually change your website content.

bidaddy
05-08-2017, 12:17 PM
If file extension of a URL is in .htm or .html then it is a static web pages. While if it is in .php, .asp and .jsp then it is the example of dynamic web pages. Static web pages are created through HTML language while dynamic web pages are created by the usage of PHP, JavaScript and Actionscript languages