Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
RightWebPage 0.8.2
Writing Your First PHP Script: Feedback Form
Working with forms in PHP
What are sessions?
Website Database Basics With PHP and MySQL
Web Database Tutorial (PHP & MySQL)
Web Enable Your Informix Database Using PHP
Using NeXTensio MX to create a CMS
Using PHP and IIS to Create a Discussion Forum
Using PHP Error Handling
Using PHP to Generate and Send Mail
Using PHP to send email
Using PHP with Forms
Using the PHP 5 SOAP extension
Using Strings
Top Code
A Complete, Secure User Login System
A Contact Database using MySQL and PHP
A Simple Order Form
Accessing a MySQL database using PHP
Accessing Microsoft SQL from PHP under Linux
Adding Date and Time Last Updated
Advanced PHP V5 objects
Alternating row colors with PHP and MySQL
An intro to using the GD image library with PHP
An Introduction to MySQL
An Overview of Arrays in PHP
Apache and PHP vs. The Spambot
Authenticate and Track Users with PHP
Basic Image Gallery using PHP
Build a Rating System
PHP > Documentation > Examples and Tutorials
Source List
All | Freeware

Code 11-20 of 147   Pages: Go to  << Prior  1  2  3  4  ...  15  Next >>  page  


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.