WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDES  |  PHP CLASSES  |  CODE SEARCH  |  ARTICLES SEARCH  |  PHP FORUMS  |  PHP MANUAL  |  PHP FUNCTIONS LIST  |  WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Submit Your Code
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
WeberDev's Monthly code contest PHP Code Contest
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Submit Site
Forex Trading Online forex trading platform

Go Back Add a Comment Send this example to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES ADD CODE EXAMPLES PRINT
Title : Dynamic Page
Categories : Frameworks, PHP, HTML and PHP Update Picture
Bjorn Granfeldt
Date : Feb 14th 2001
Grade : 3 of 5 (graded 10 times)
Viewed : 6549
File : DynamicPage.tgz
Images : No Images for this code example.
Search : More code by Bjorn Granfeldt
Action : Grade This Code Example
Tools : My Examples List

  Submit your own code examples 
 

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/



PHP3: Formmail. Just a cgi formmail, but than in PHP. It is easy to use!
Categories : HTML and PHP, Email, PHP, Perl, HTML and PHP
Message of the Day - Random Message (Needs MySQL!)
Categories : Databases, HTML and PHP, PHP, MySQL
A simple class with some HTML output functions that would come in handy for consistent page layout etc.
Categories : PHP, PHP Classes, HTML and PHP, HTML, Navigation
a function that builds an HTML select list from any mysql table.
Categories : PHP, MySQL, HTML and PHP
Select with current month
Categories : PHP, HTML and PHP, Date Time, Arrays
Calendar using Date function
Categories : HTML and PHP, PHP, Date Time, Calendar
Constantly refresh your PHP/HTML page data.
Categories : PHP, HTML and PHP, Sybase
PhpView 0.1 - simple php viewer, using temporary files and frames.
Categories : PHP, PHP Options and Info, Debugging, HTML and PHP
Automatically printing the contents of an sql table in MySQL.
Categories : MySQL, PHP, HTML and PHP, Databases
PHP4 session helper HTML file.
Categories : PHP, Java Script, HTML and PHP, Sessions
A very simple way to build and do a hierarchical html categories browser without javascript , just using html php and mySql
Categories : HTML and PHP, Databases, Algorithms, PHP, MySQL
PageRank Display
Categories : Search Engines, HTML and PHP, PHP
Dynamic Calender in PHP, Javascript and HTML.
Categories : PHP, Java Script, HTML and PHP, Calendar
Using select multiple with php3
Categories : HTML and PHP, PHP
function textwrap will wrap text to any desired width using <BR>\n as the default line break. Default wrap width is 80 columns.
Categories : Strings, HTML and PHP, PHP