What is the Differnce between Static and Dynamic URLs?
Dynamic URLs: Websites that utilize databases which can insert content into a webpage by way of a dynamic script like PHP or JavaScript are increasingly popular. This type of site is considered dynamic. 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. e.g. http://www.example.com/result.php?id=12345 Static URLs 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...

