Advertisment
This 4-page tutorial guides you through step-by-step how to pass arrays and using checkboxes/select boxes in PHP.
This article covers several useful topics on PHP programming from basics to working with database. Main topics include: mod_php - Hello World, PHP...
A large portion of Web programming requires strings to be handled and generated, so knowing how to use and handle strings properly is extremely...
This tutorial teaches you how to write and use classes, to make your PHP code more flexible and easier to manage. The tutorial guides you through...
Unlike PHP 3, PHP 4.0 has built-in capabilities to handle session management. The session management functionality in PHP 4.0 is easy to use,...
This tutorial describes how to build a basic admin interface to allow you to add and delete users from the browser instead of having to Telnet into...
Control structures are some of the coolest things in PHP. They take a lot of the work off of your shoulders and place the burden on the language...
This tutorial will walk you through the process of making a threaded discussion system. Using PEAR::DB and PHP 4 we'll create a recursive...
All sites need a community formed around them, and discussion forums are the ideal method of doing this. This step-by-step tutorial shows how to...
This article / tutorial provides you with information that will let you create a PHP-based message board using NeoBoard or plain PHP. Then you can...
This allows a user to store clickbank links in a database. Clickbank links are a fairly easy format to understand . Once the information is added...
Views: 955 | | by Stephen
PHP - E Commerce
This article explains how to create an interface to CyberCash in PHP, called CyberClass. A duplication of CyberCash's standard API, CyberClass...
Views: 1058 | | by Source
PHP - E Commerce
Ray Argus and Jerid Freeland roll out a customized shopping cart that has features you won't find in commercial versions. This article...
Views: 1019 | | by Tutorial
PHP - E Commerce
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...
This article breaks down the coding behind stargeek's popular email contact form script.
How to send an email from within a PHP page using the built in mail() function.
Sending an HTML e-mail message is easy from your client, but it can be tricky from a PHP script. This article explains how.
The purpose of this little tutorial is to tell you all about a spiffy little function. The mail() function is extremely useful when you want to...
This tutorial shows you how to use PHP to make a quick, simple and effective IMAP or POP mail reader. The tutorial includes 3 short PHP scripts...
This 2-page tutorial explains how to send an email message to someone or multiple people using the PHP mail function and sendmail.