jhon6
Joined: 30 Oct 2012 Posts: 9
|
Posted: Tue Oct 30, 2012 4:55 pm Post subject: Dynamic URLs vs. Static URLs |
|
|
There are two types of URLs: dynamic and static. A dynamic URL is a page address that results from the search of a database-driven web site or the URL of a web site that runs a script. In contrast to static URLs, in which the contents of the web page stay the same unless the changes are hard-coded into the HTML, dynamic URLs are generated from specific queries to a site's database. The dynamic page is basically only a template in which to display the results of the database query. Instead of changing information in the HTML code, the data is changed in the database. _________________ wet basement |
|