FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Forms

 


jarred89
Hello,

Does anyone know out there how i can get a form to send to my email i know how to make the forms but i dont know how to get them to send to my email. Does anyone know how to do it that could help me??

Thanks
Jarred
SamiTheBerber
jarred89 wrote:
Hello,

Does anyone know out there how i can get a form to send to my email i know how to make the forms but i dont know how to get them to send to my email. Does anyone know how to do it that could help me??

Thanks
Jarred

You can use PHP to do that. There is mail-function. I use it and it works. Frihost supports it very well. If you have some problems with it, just let me know it.
aningbo
use google or hotscripts to find yourself a good one. if you cant find, pm me. i 'll send u and attachment of my mailform.
ncwdavid
Code:

<?php

$to = "YOUR EMAIL ADDDRESS";
$subject = "Form info";
$message = "THE INFO YOU WANT";

mail($to,$subject,$message,"FROM: THE FORM INFO<admin@yourdomain.com>\n
      X-MAILER: PHP/". phpversion());

?>

that should work. If you have any problems ask.
aningbo
david, u cant get a simpler form than that. lolz... simplestform that works indeed.
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.