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
A php tutorial that shows how to use while cycle to convert a number into roman numbers.
A detailed php tutorial that shows how to create a useful function to secure a web site from attack attempts passing through text boxes.
A php tutorial/walkthrough that shows how to realize a useful feature like the one to send an url of your site via mail.
Give a professional touch to your site learing how to redirect your website users basing the choice on the language that is set in the browser.
Utilize PHP's OOP capability to encapsulate data for easy to maintain code, and allow your code more plugability into your scripts. This tutorial is designed for people who know the basics of Object Oriented Programming and PHP. (Intermediate level tutori
This tutorial will show you one of the ways to display random ads on your web site. Usually ads are displayed using an affiliate code in the place where we want to place them. We will use mt_rand(); php function to display random ads from an ad pool.
Learn how to write a simple PHP script which randomly rotates banners or links on your page. This technique allows you to use any number of area with a random content. Everything is written in a few lines of code, no database, no file system.
This tutorial is intended for the PHP programmer interested in developing a useful and dynamic banner advertisement system using mySQL, PHPLIB, and PHP version 4.0 or higher. You will need a limited knowledge of mySQL including how to create a mySQL table
A very basic advertisement rotation script. Requires very basic php knowledge, and can handle an infinite number of advertisements.
Get 4 powerful scripts featuring a full Manual Traffic Exchange and a seperate full Auto Surf Script. You also will get a personal URL rotator, an Ad Tracking Script and 6 bonus packs with hundreds of scripts and programs for webmasters and affiliates. Pl
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.