PHP Tutorial : Tell a friend script

Hi,
In this php tutorial I’ll teach you how to create a simple tell a friend script. Basically, it will use what you learned in the send email with a contact form script, but in this case we’ll choose the destination and also the “from:” field which we’ll setup on php mail() function headers.

<form action="" method="post">
Your…………….

Read PHP Tutorial : Tell a friend script »