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/walkthrough that shows how to realize a useful feature like the one to send an url of your site via mail.
PHP has built in functionality for dealing with HTML forms. This tutorial shows you how to tap into these powerful features.
In this part four of a series on HTML form handling with PHP, it explains how to create a powerful PHP form handler, called Phorm Manager. Topics include: Design goals, Internal data management, form validation, and more. Full source code available.
This tutorial explains how to validate HTML form on server side using PHP plus client side form validation using Javascript to make your form more user friendly
Create a basic email form for your site with this script
Using PHP array functions to view all of your POST/GET Variables make it easy for retrieving data from online forms. Its also great for debugging your codes.
This article describes how to create a generic form processor in PHP. Discussion involves form elements, hidden fields, and more. Also covers the installation process of NuSphere MySQL, an integrated multi-platform distribution of Apache, Perl, PHP, and M
This is an illustration of how to send email through PHP. I did not create a function because I feel mail() is already a wrapper all by itself. I left the first parameter empty because I feel that the "to row" is not any more important than any other row
This is a very simlpe form to mail script. I did it to teach my team how to send mails You can tweak it to send * Plain Text Mail * Formatted Html Mail Just go thru the script it is very simple and self explaining.
Learn how to create an HTML form and how to program a simple PHP page to process the information of that HTML form. A basic knowledge of HTML will make this tutorial easier.
Make your PHP objects editable on the fly using web forms.
A Thorough tutorial on creating a PHP Mail Form
Add a terms of service field to your forms that must be checked
Learn how to quickly code a contact form for your site
This is a simple tutorial, but it shouldnt be used if you want a more secure way of storing data. You should use MySQL Databases for that.