Best Tutorials website
Latest tutorials

Advertisment

Arrays, HTML, and PHP

Arrays, HTML, and PHP

This 4-page tutorial guides you through step-by-step how to pass arrays and using checkboxes/select boxes in PHP.


Views: 790 | Rating star | by Ben
PHP - Development

Apache, Apachecon and PHP

Apache, Apachecon and PHP

This article covers several useful topics on PHP programming from basics to working with database. Main topics include: mod_php - Hello World, PHP...


Views: 732 | Rating star | by Troy
PHP - Development

Using Strings

Using Strings

A large portion of Web programming requires strings to be handled and generated, so knowing how to use and handle strings properly is extremely...


Views: 767 | Rating star | by Jarry
PHP - Development

An Introduction to Classes

An Introduction to Classes

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...


Views: 801 | Rating star | by Colin
PHP - Development

Session Handling with PHP 4

Session Handling with PHP 4

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,...


Views: 711 | Rating star | by Adam
PHP - Development

Creating dynamic dropdown lists in mySQL

Creating dynamic dropdown lists in mySQL

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...


Views: 777 | Rating star 1 | by David
PHP - Development

Introduction to Control Structures

Introduction to Control Structures

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...


Views: 777 | Rating star | by Adam
PHP - Development

Recursive Threading with PHP and SQL

Recursive Threading with PHP and SQL

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...


Views: 987 | Rating star | by Brad
PHP - Discussion Boards

Discussion Forums with PHP

Discussion Forums with PHP

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...


Views: 1449 | Rating star | by John
PHP - Discussion Boards

Open for Discussion

Open for Discussion

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...


Views: 1027 | Rating star | by Ben
PHP - Discussion Boards

clickbank link displayer script

clickbank link displayer script

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: 889 | Rating star | by Stephen
PHP - E Commerce

CyberCash

CyberCash

This article explains how to create an interface to CyberCash in PHP, called CyberClass. A duplication of CyberCash's standard API, CyberClass...


Views: 998 | Rating star | by Source
PHP - E Commerce

Roll Out Your Cart

Roll Out Your Cart

Ray Argus and Jerid Freeland roll out a customized shopping cart that has features you won't find in commercial versions. This article...


Views: 958 | Rating star | by Tutorial
PHP - E Commerce

PHP Email Form Easy

PHP Email Form Easy

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...


Views: 994 | Rating star | by Mark
PHP - Email Systems

PHP email form script tutorial

PHP email form script tutorial

This article breaks down the coding behind stargeek's popular email contact form script.


Views: 986 | Rating star | by Adam
PHP - Email Systems

Send email using the PHP mail() function

Send email using the PHP mail() function

How to send an email from within a PHP page using the built in mail() function.


Views: 844 | Rating star | by Stephen
PHP - Email Systems

HTML E-mail

HTML E-mail

Sending an HTML e-mail message is easy from your client, but it can be tricky from a PHP script. This article explains how.


Views: 978 | Rating star | by Adam
PHP - Email Systems

The Mail() Function

The Mail() Function

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...


Views: 905 | Rating star | by Donald
PHP - Email Systems

IMAP Mail Reading With PHP3

IMAP Mail Reading With PHP3

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...


Views: 997 | Rating star | by Steve
PHP - Email Systems

Send Mail in PHP

Send Mail in PHP

This 2-page tutorial explains how to send an email message to someone or multiple people using the PHP mail function and sendmail.


Views: 983 | Rating star | by Sean
PHP - Email Systems