It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Tutorials

Log In Sponsors
SHOWING LATEST TUTORIALS
Here, you will learn how to build your own online calendar using the MCAL library and PHP. The MCAL library offers a common simple interface for accessing calendars that can be stored in many different formats. Full source code provided.
create a simple shout box with word sensor
This is Part 1 of my Shoutbox tutorial. It covers creating the MySQL table to hold all shoutbox info, through one of two methods: phpMyAdmin or a PHP query.
Goes through how you can add smilies to your news, shoutboxes etc to make them more attractive and so people can express their feelings. Tutorial makes everything clear and easy to use. Youll be used to this :) in no time.
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 the message file in a frameset and you have something that looks reasonably like a BeSeen chat room. Of course
Create your own the Links script that does all the job for storing, updating and showing user submitted links on your page. You also will learn how to use phpMyAdmin tool for adding tables and executing SQL queries in your MySQL database. This is a big tu
This tutorial details the steps involved in installing the Perl module HTML-Template on a non-standard Linux directory. This type of installation is necessary when you have no access to root.
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 your precious programming. This tutorial explains how to use PHPLIB Template in your PHP scripts. Main topi
Throughout two separate parts in this series, the author demonstrates step by step the fundamental principles of PHP in an original real-world Web site example. The Part 1 offers the basics of PHP and features a Webzine that includes an authors page wher.
Learn how to spead up your developing by using PHP include() and require() functions. Dynamicly including your functions, header, footer and graphic.
A very simple php script that helps make your zip files available for download on your website. It can serve as the basis for a self updating photo gallery. To make a zip file available for download, simply upload it to the same directory as the php file
Explains how to change your Web page background based on date in two ways: using if elseif and else statement, and using array.
This tutorial shows you how to create a template-based Web site using FastTemplate class by <a href=http://www.thewebmasters.net/php/>CDI</a>. By using FastTemplate you can change the look of your entire web site in seconds, use abstract progr
Want to change the layout of your site within minutes, able ignore php codes...? Convert your site to template based using phpBB templating class.
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 not paid any attention to the graphical design that is required in all regular websites. Intead the tutorial
Isn't it great to go to a web site and it appears as though it was designed just for you. This 3-page article will help you design a web site which makes visitors feel like it was designed just for them using PHP and MySQL.
Lern to make your very own news driven site.
BMs DeveloperWorks website has a nice tutorial on Midgard. Written by David Seager, a software engineer at IBM, the article describes setting up a basic Midgard site. The article also does a good job of setting up a general context for what Midgard is an.
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 co-brandable whose look-and-feel are dependent on which "affiliate" site was being accessed.
This tutorial uses only one PHP file (index.php) to display the entire contents of your web site. The actual textual content of your site will be read from basic text files. This means that if you change the look of the one php file, all pages on the site