Advertisment
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...
Here's a neat way to add a logo of sorts to a T-shirt that already has creases or wrinkles.
Enlighten this! Create this so called enlight effect.
This article breaks down the coding behind stargeek's popular email contact form script.
Create a trendy explosive effect.
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.
Tired of sending those drab textual notifications and newsletters to your friend and clients? Ever wanted to send attachments and/or HTML embedded...
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...
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...
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...
Learn how to upload images easy using forms and PHP. Great for beginners.
Create this stellar blast effect.
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,...
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...
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...
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...