answersLogoWhite

0

What is static or dynamic webpage?

User Avatar

Anonymous

13y ago
Updated: 8/17/2019

A static web page is a page that is always the same on the web server unless someone changes the HTML code and uploads that page to the server. The end user will always see the same thing.

A dynamic page is a page that uses some kind of server side scripting language such as PHP or ASP. The page is dynamically created on the fly by the server based on user actions. This kind of page is mostly used in database driven sites such as online stores, forums and/or membership sites.

User Avatar

Wiki User

13y ago

What else can I help you with?