/////////////////////////////////////////////// // // // Email Form v 1.1 // // ----------------------------------------- // // by Graeme (webmaster@phpscriptcenter.com) // // http://www.phpscriptcenter.com // // ////////////////////////////// // PHP Script CENTER offers no warranties on this script. // // The owner/licensee of the script is solely responsible for any // // problems caused by installation of the script or use of the script // // // // All copyright notices regarding Email Form, must remain // // intact on the scripts and in the HTML for the scripts. // // // // (c) Copyright 2001 PHP Script CENTER // // // // For more info on Email Form, // // see http://www.phpscriptcenter.com/emailform.php // // // /////////////////////////////////////////////////////////////////////////// It only takes 3 easy steps to setup this script 1, Open emailform.php and edit the variables 2, Upload the script to your website 3, Here are what the feild names are & do fromname = preson that is sending the email fromemail = email address of the person toemail = the email address that the info gets sent to subject = subject of the email message = the text that gets sent in the email require = these feilds are checked if the value is (fromemail,message ) it will check to see if them 2 feilds have somthing in them sendpage = location of confirmation page after they submit the form The submit button must have the name submitform Here is the HTML code for a example form
Your Name:
Your Email: *

Message *

Please link back to our site and help keep this script free PHP Script CENTER