Archive for June, 2009

Send HTML email with PHP

This tutorial will guide you to how to write PHP script to send email with HTML format. Rather than ordinary old-fashion text format, HTML email are more attractive, this is good if you want to impress or attract your customer.
The PHP function to send email is mail() function. Below is the mail’s function description [...]