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 will display random email addresses on a page. The user enters how many addresses they want and the script produces that amount. This is intended for spammers who use email harvesters and gives them a few new ones to use :-)
A simple tutorials provided the basic framework of an email form in PHP. Using the PHP mail() function the tutorial guides you step by step to making a mail form.
Learn how to use files system as the storage for messages. This feedback form does not need to have email address associated to it.
PHP is the way to go for online email forms. This is a short tutorial with copy-and-past code on how to use the PHP email function to create an on line email form to send emails from your website.
Easy to use contact form that you can easily implement on your site. Features Include: - Admin Panel for Contact Form - Form is Includeable on website - Admin Panel Controls the Names/Email Addresses of the people your visitors can contact using the form.
This article breaks down the coding behind stargeeks popular email contact form script.
Sending an HTML e-mail message is easy from your client, but it can be tricky from a PHP script. This article explains how.
This is a recipe for a simple yet powerful' mail form. Perfect for beginners. Your address will neither be visible on any page nor detected by spambots. You will receive the mail marked as coming from the form, and your guest will automatically receive a.
Tired of sending those drab textual notifications and newsletters to your friend and clients? Ever wanted to send attachments and/or HTML embedded email. The answer is MIME. This article explains the basics of MIME, creating MIME-compliant messages and th
This tutorials shows you how to send email using the layer defined in PHP4 for Win32 platforms. It"ll show you how to send html mail, attachments and of course plain mail.
This tutorials shows you how to send email using the layer defined in PHP4 for Win32 platforms. It"ll show you how to send html mail, attachments and of course plain mail.
Learn to make a mailing list manager for our site and its users.
This article breaks down the coding behind stargeeks popular email contact form script.
This HOWTO shows some ways of how you can fool email spiders to not detect published email addresses.
How to send an email from within a PHP page using the built in mail() function.