/*************************************************************** * BS-FORmMAIL V1.0 BY BIOSONIK DESIGN 2005 * * If you require support please email * * * * * * --v0-v1 Changes * * NULL * * * * * * This script is released under the GPL license * * If you did not recieve a copy of the GPL license please * * Visit http://www.gpl.org * * * * If would like to Hire Biosonik Design to complete and custom * * Projects, modifications or installations please send an email* * To * ***************************************************************/ //:: Introduction ::\\ This is the first script i've released since 2001 so bear with me, try remember how to do this... The purpose of this file is to make sending email's as easy as possible for you so lets begin... //::CONFIGURATION::\\ OPEN "bsform.php" AT THE TOP there is a VAR called "$_BSFM['to']" change it's value e.g. $_BSFM['to'] = "myaddress@hotmail.com"; CLOSE "bsform.php" //:: END CONFIGURATION ::\\ No I ain't shitin you, thats all you have to do. Now upload everything to your browser and go to: http://www.mysite.com/BSDESIGN/bsformmail/example1.html Fill the form out and send, then check you e-mail account. //:: CUSTOMISE ::\\ CREATE YOUR OWN FORM! BS FORMMAIL requires this field: It MUST be named uemail as it tells the script who sent the email. So say you want to require a field be filled in by the user. Just add REQUIRED in the name e.g. BSFM will check to see if name has a value and if it doesn't, it'll display an error. EoF