This five-part tutorial first teaches you the mail fuctions that accompany PHP and follows with information on adding extra headers, when to use the mail function, how to talk to sendmail and how to have form results e-mailed to you.
This tutorial explains how to use PHP's built in mail() function to send both plain text and HTML formated emails. A downloadable PDF referance is also available.
Uses two files, the form and the form processing, which includes required field validation and email generation. Step by step explanations are offered for the PHP file, as the message is built up from several of the form's input fields.
Many Web developers enjoy the versatility and ease of use of PHP, but sometimes they need to access existing business logic in a J2EE application server. In this article and through code examples, learn how to use the new SOAP extension in PHP 5 to a
"This tutorial starts with the simple constructs used to create strings and moves through to more advanced techniques for string handling."
Learn to use curl with PHP to query remote webservers for data. This can be done to automate form submission, process credit cards and more. Topics covered include SSL, cookie handling and more.
This tutorial describes three methods to authenticate a user. First is by hardcoding the user info in the script. Second, check the user information in the database. Third, add image verification in the login form where the user must enter the random
This tutorial will teach you how to upload JPG images to the server using a web-form.
This document explains how you can allow visitors to upload images for use on your web site and then re-size them automatically with PHP. Includes example source code.
Find out how easy it is to unzip files with PHP. |