|
PHP, ASP, ColdFusion, .NET, Python, Perl, RoR, JSP and any other server side code you can think of, all create "static" pages, there is no two ways around that fact.
For a website page to be "dynamic" or changed in anyway, even by a single character, using ANY server technology it MUST be requested and resent from the server using a different URI, this could be a URI parameter or a different page name. This is a fundamental of the HTTP protocol.
For ANY user agent there is only ONE indication that a page may be "dynamic" in the database sense, and that is the presence of a parameter in the URI, other than that there is absolutely nothing to indicate whether the page was read as a single entity from a server hard drive, or if it was created "on the fly" by several scripts, or concatenated from several includes, or created "on the fly" from a database then streamed out.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|