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

Tutorials

Log In Sponsors

PHP Tutorials

SHOWING LATEST TUTORIALS
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
Simple tutorial showing how to use the function include for simplifying your Web page authoring. Useful for header and footer insertion for multiple pages.
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 don't make it pretty. How many times have you had to create a URL that looks like this: http://schmoop.com/snurk.php
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.
Lets pretend you have 10 pages in your site with the same design and you want to change a link in your menu. You would have to edit all 10 pages, right? Nope, theres a much quicker way allowing you to edit just one file and it's not as hard as it sounds..
This tutorial will show you the basics of using PHP with some simple Javascripting methods to create a drop down menuing system for your site. This will teach you the simple tricks of using Javascripting with your PHP code in order to display simple yet e
One of the most powerful features of PHP is its ability to reduce the amount of site maintenance you need to do. By setting up a consistent site template, you can reduce the effort needed to create new pages, and you can also make it much easier to change