Advertisment
This tutorial shows you how to embed and display third-party video within your content, using Embedded Media Field to automatically parse and...
This article will show you how to create a quick-n-easy chat script using PHP and a very simple MySQL database. The script will allow visitors to...
This particular design of web-based chat uses variables posted from a form, processes them into HTML and writes them to a file. Put the form and...
This tutorial will teach you have to make your site have the option to allow the users to choose the look and feel of the site using PHP, and MySQL...
This example shows how you can create a remotely hosted script that will display links on a site. The script is created on a site with php...
This tutorial explains how to identify IE4+ or NS4+ on a windows 32 bit platform (all else is 'OtherBrowser') and include different html...
This tutorial will explain and demonstrate how to use the ITX templating system from the PEAR collection of useful classes for PHP. As we go along,...
BM's DeveloperWorks website has a nice tutorial on Midgard. Written by David Seager, a software engineer at IBM, the article describes setting...
This tutorial intends to be a simple presentation of how easliy you can build dynamic websites and an administration tool for such a site. It has...
There are many different ways to create a template system in PHP. This tutorial will hopefully show you the basic understanding of this type of...
This article/column describes how to create a simple single table, single template content management system. It shows you how to make a powerful...
Throughout two separate parts in this series, the author demonstrates step by step the fundamental principles of PHP in an original real-world Web...
Templates can bring order and structure to a web site. This article describes how templates can be used to control the page layout for a site that...
Templates let you completely separate your PHP code from the HTML, which makes the HTML graphic designers very happy and keeps them from messing up...
This tutorial shows you how to make a site database-driven, but still indexable by search engines. It also explains how to create a site to be...
This tutorial shows you how to create a template-based Web site using FastTemplate class by CDI. By using FastTemplate you can change the look of...
Explains how to change your Web page background based on date in two ways: using if elseif and else statement, and using array.
Simple tutorial showing how to use the function include for simplifying your Web page authoring. Useful for header and footer insertion for...
When you run a database-driven website, it makes sense to generate pages on the fly. PHP, MySQL, and Apache let you do just that. But they...
Usage of sessions is sortly explained by using two examples: a hit counter and a simple password protection script.