Best Tutorials website
Latest tutorials

Advertisment

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: 1062 | Rating star | by Mark
PHP - Email Systems

Liquify Logo Effect on T-Shirt

Liquify Logo Effect on T-Shirt

Here's a neat way to add a logo of sorts to a T-shirt that already has creases or wrinkles.


Views: 970 | Rating star | by Jason
Photoshop - Effects

Enlight

Enlight

Enlighten this! Create this so called enlight effect.


Views: 1043 | Rating star | by Isac
Photoshop - Effects

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: 1049 | Rating star | by Adam
PHP - Email Systems

Explosion

Explosion

Create a trendy explosive effect.


Views: 989 | Rating star | by John
Photoshop - Effects

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: 913 | 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: 1039 | 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: 974 | 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: 1068 | 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: 1047 | Rating star | by Sean
PHP - Email Systems

Sending MIME email in PHP

Sending MIME email in PHP

Tired of sending those drab textual notifications and newsletters to your friend and clients? Ever wanted to send attachments and/or HTML embedded...


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

Error Handling

Error Handling

Every website will encounter errors from time to time. Most sites will not have any error handling in place and the visitor will most likely...


Views: 1026 | Rating star | by Colin
PHP - Error Handling

Mail on 404

Mail on 404

A snippet of PHP code which will send you an e-mail every time a document is requested that is no longer there, ie when a 404 error comes up. Comes...


Views: 1060 | Rating star | by Mark
PHP - Error Handling

File Uploads

File Uploads

It is very useful, for example when providing downloads, to create a file uploads system. A useful function in PHP is HTTP upload. It will allow...


Views: 1059 | Rating star | by Sarah
PHP - File Manipulation

Form-Based Image Upload

Form-Based Image Upload

Learn how to upload images easy using forms and PHP. Great for beginners.


Views: 1054 | Rating star | by Tutorial
PHP - File Manipulation

Energy Blast

Energy Blast

Create this stellar blast effect.


Views: 1036 | Rating star | by Marry
Photoshop - Effects

Random Lighting

Random Lighting

This tutorial goes through the steps of making a very funky piece of wallpaper. The main focus of this tutorial is on the random lighting aspect,...


Views: 942 | Rating star | by Marry
Photoshop - Effects

Easy File Uploads

Easy File Uploads

Well, tired of FTP'n everything up to your site? Or even want to allow other members to upload files but you dont' want to give them FTP...


Views: 997 | Rating star | by Isac
PHP - File Manipulation

File Processing: Writing to a file

File Processing: Writing to a file

It is simple to write data to a file through the use of 2 fuctions - fwrite() (file write) and fputs() (file put string), although fputs() is an...


Views: 855 | Rating star | by Jarry
PHP - File Manipulation

File Processing: Introduction

File Processing: Introduction

An alternative to using a database to store data is to use what are known as flat files. These are basically text files that are stored on your...


Views: 903 | Rating star | by Mathew
PHP - File Manipulation