****NOW UPDATED****
Ambglb Mailer V 1.1 - Simple Email Contact Form
i wrote a quick update to the original script to add ip logging to the form, the senders ip address is captured and sent along in the email to you, for tracking and security purposes..
INSTALL INSTRUCTIONS
Install Instructions
all you have to is copy and past the entire code to a new file, name it what ever you want, just make sure it has a .php extension…..i added a few setting that can be edited to help customize it somewhat to your sites…
when changing the settings make sure you leave the text enclosed within the ” ” or it won’t work, also make sure you leave the // that mark comments in as well…
the only 2 settings you have to change are
$email = “email@domain.com” ;
just switch out to the email addy you want the form sent, so for me i would change it to
$email = “staff@herbanmedia.com” ;
and the
$bandname = “Bandname” ;
which for me would be say
$bandname = “Jason” ;
right now the script is set to return a link to your home page, (what people see when they type in www.yourdomain.com)
if you want to change it, simple swap the / out to the url of the page you wish, making sure you add the http:// if you don’t understand directory shorthand
$weburl =”/”;
the $text and $confirm are pretty self explain its simply the text that you see
the last 3 are the color settings of the page background, text color, and table outline
make sure you use the hex color codes to change…..
CLICK HERE TO VIEW SOURCE