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
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.
Ever seen something like index.php?page=contact ? This tutorial covers how to securely manipulate and use query strings in PHP.
With a stylesheet switcher script you can have multiple styles on your website. For instance if you want to have a blue, red, and orange version of your website, but don't want to create all the individual pages for each different style, you can do it thi
Learn how to paginate results from your mySQL database in a clean and user friendly way.
This tutorial will show you how people link like www.invano.com?php:shoutbox
Most sites use a standard template throughout the whole website. The header and footer data is stored in a .php file and loaded for each page allowing easy maintenance. This tutorial will show you how to get PHP to dynamically choose which file to include
A tutorial with code snipple included that tells you how to generate links with URLs such as index.php?ID=5 and such. Very easy to follow.