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
Proper Coding Techniques for PHP
Server side includes are frequently used to give your entire site the same look and feel, as well as allowing you to produce more modular code. Join Peter as he explains this, and shows you how!
A set of online tutorials on PHP development. Topics include: History, Installation, Variables, Math, Control Structures, Objects and Classes, Functions, Arrays, I/O file access, PHP / MySQL database, Forms and regular expressions. Each subsection include
If you are new to PHP, this is for you. Here you will learn how to create and run a PHP web page for the first time.
PHP also has the Here Document output style. It allows you to embed text data in your scipt.
This is a short introductory tutorial on PHP by the official PHP Web site. Explains what it is, what it looks like, what it can be used for. Also includes external links to other useful PHP-related sites.
Learn the basics of using comments in PHP
Learn PHP from basics, to advanced tutorials, some script for download! Email at hand incase you need that extra help!
Ever wanted to redirect users using PHP? Using HTTP headers? Conditionally? Peter explains all this and more, in order to help improve your site and coding.
Build pages that is easy to update and modify with PHP
This article is intended for readers getting started with PHP, but who are already familiar with another Web based language. It points out some of the main areas where things are different from other languages (particularly Perl, Javascript and VB/ASP) to
Learn two different ways of outputting text by using the 'print' and 'echo' functions. A very good tutorial for beginners.
This is a short introductory tutorial on PHP by the official PHP Web site. Explains what it is, what it looks like, what it can be used for. Also includes external links to other useful PHP-related sites.
This online manual is meant to serve as a place to start for people not familiar with PHP. It covers the basics of variables, forms, sending email and MySQL databases.
This tutorial will cover the basics of PHP. It explains how PHP came into being, its features and all. It covers variables, arrays, classes and alot more.
This is a comprehensive article / tutorial on programming in PHP. It covers a variety of key topics including PHP Structure, Scalar Variables and Data, Data collection: Arrays, Operations and Comparisons, PHP Comparison Operators, PHP Logical Operators, C
PHP is a freely available, HTML-embedded scripting language that lets you embed special tags to create your script right in an HTML file. PHP can be integrated into the Web server itself, eliminating the need to start up a separate CGI program to generate