PDA

View Full Version : Static and Dynamic Website



charlesprabhu
04-08-2021, 07:46 AM
Static site have static all the things, means once created then no need to update any things, the website contents remains the same for all the time. Similarly the website contents which are updated regularly are occasionally are dynamic website. Some say the website which is not connect to a database is static one where as dynamic website is that which is connected to a database is dynamic website...

yuva12
04-10-2021, 06:11 AM
static Website pages are those with content that cannot change without a developer editing its source code, while dynamic Website pages can display different content from the same source code.

nicksavoia
04-10-2021, 12:30 PM
Static website can be designed using html while dynamic using php programming language.