| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| In-House Graphic Designer Join Date: Aug 2004 Location: Toronto, Canada
Posts: 4,289
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Form Emailer Hey guys! I was wondering if you guys know of any form-to-email services? I tried Bravenet's, but I was looking for something without ads that just emails the form information to a specified email address. I would like it ASAP! Thanks for your time guys True_Snake
__________________ Logos:PM ME! OVECHKIN.INFO! Rising Star! |
| |
| | #3 (permalink) |
| Account Closed Join Date: Feb 2005 Location: England
Posts: 1,169
![]() ![]() ![]() ![]() | if your host has php: Code: <SCRIPT LANGUAGE="php">
$email = $HTTP_POST_VARS[email];
$mailto = "you@domainl.com";
$mailsubj = "Form submission";
$mailhead = "From: $email\n";
reset ($HTTP_POST_VARS);
$mailbody = "Values submitted from web site form:\n";
while (list ($key, $val) = each ($HTTP_POST_VARS)) {
$mailbody .= "$key : $val\n"; }
mail($mailto, $mailsubj, $mailbody, $mailhead);
</SCRIPT> if your host aint got php im sure someone would host for you, you could also add this code to thankyou.php add everything you want in the thankyou page and then add this at the bottom of page |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| We customize form for your website at very good price. | shrekwarrior | Web Development Wanted | 0 | 03-25-2005 09:05 PM |
| Paypal Settlement | CMachuca | The Break Room | 3 | 07-31-2004 11:14 PM |
| PAYPAL Litigation | johnn | Domain Name Discussion | 6 | 07-31-2004 10:51 PM |
| Paypal Settlement | Lord | The Break Room | 2 | 07-30-2004 10:30 PM |
| PHP Form Script, Nice 'n' Easy! | OneEyedDog | CODE | 7 | 06-20-2004 04:09 PM |