Jump to content
xisto Community
Sign in to follow this  
wonbin

Easy Email Script

Recommended Posts

I found this off some site you can edited it to if you don't understand something on this just make post .. this is a script I customed for one of my sites .. I decided to show you it

This one is for an html file. <form action="email.php" method="POST"> <strong><font size="2" face="Arial, Helvetica, sans-serif">Your NickName :</font></strong><br> <input type="text" name="name" size="20" maxlength="30"> <br> <p><font size="2" face="Arial, Helvetica, sans-serif"><strong>Your Email: </strong></font><br> <input name="yourmail" type="text" id="yourmail"> <p><strong><font size="2" face="Arial, Helvetica, sans-serif">File Name:</font></strong> <br> <input name="filename" type="text" id="filename"> <p><strong><font size="2" face="Arial, Helvetica, sans-serif">File Link:</font></strong> <br> <input name="filelink" type="text" id="filelink" value="Http://http://forums.xisto.com/no_longer_exists/; <br> <br> <font size="2" face="Arial, Helvetica, sans-serif"><strong>Describe What The Program is For: </strong></font><br> <textarea rows="5" cols="40" name="message"></textarea> <p> <input name="submit" type="submit" value="Send mail"> <br> </form>
now this next code should be name email.php

<?php echo "Hello, $name."; echo "<BR><BR>"; echo "You have successfully Submited The Request We Will Get Back To You Shortly"; echo "<BR><BR>"; mail("Put your email address here", "Download Request","From: $yourmail NickName: $name File Name: $filename. File Link: $filelink. Description: $message. ."); ?>

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.