|
|
|||||||||||||||||||||
|
If you are looking for a contact form here
is an easy customisable php script which will make your contacting
page an easier way of making.
Open any type of text editor for example, Notepad and copy and paste this code and save it as mail.php: The Code
<?php //variables (change these) $youremail = "name@domain.com"; $subject = "Contact"; $thankyou = "thankyou.php"; // don't change anything else if($email == ""){ $msg = ereg_replace("\\\'", "'", $message); mail($youremail, $subject, $msg, "From: $email\r\nReply-to:
$email\r\n"); *You don't have to have a thank you page if you dont need it
you can just Now for the form: <form action="mail.php" method="post"> FFReign Features:
|