Dynamic Page is a framework, to let you store the entire web site (or multiple sites) and related
data in a database, and from that, build the pages, using different "code snippets". This way, you
can easily build sites, that reuses code, regardless of type, replace entire code segments in any
number of pages immediately. It supports pure HTML snippets, PHP code execution, and "page
descriptors", which is a way of describing wich "code snippets" to use, in composing the page. Code
from one page, can be used in another page. Data from one page, can be copied to another page. It
also has support for pictures and other types of objects, wich can be retrieved from the database.
It currently uses MySQL as database. The code is fast, and very small (appx. 1.8 Kbyte) For further
information, read the documentation in the package. The code is licensed under the GPL, developed by
W10.NET Ltd. The complete set of files will be found at: ftp://w10.net/pub/W10/DynamicPage/