Current location: Hot Scripts Forums » General Community » Script Requests » form mailer?


form mailer?

Reply
  #1 (permalink)  
Old 06-12-06, 04:18 PM
kdlklm kdlklm is offline
Newbie Coder
 
Join Date: Jul 2003
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
form mailer?

I'm looking for a form mailer that will let the user choose from a drop-down list who they want the information to go to. All the ones I can find sent to a single or multiple addresses, but not let the user choose.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 06-12-06, 04:57 PM
Ligx Ligx is offline
Newbie Coder
 
Join Date: Nov 2005
Posts: 79
Thanks: 0
Thanked 0 Times in 0 Posts
If you want to build it yourself, you can use the mail(); function.

http://www.php.net/manual/en/function.mail.php


To send to multiple adresses, I think foreach(); would be the right choise to use with drop-down menus(or menu-lists)

http://www.php.net/manual/en/control...es.foreach.php



And to hide the adresses in the html form, I think you would have to set the variables as:
PHP Code:

$support_mail "support@example.com";
$billing_mail "billing@example.com";
// and so on

//then to the mail function
mail(); 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 06-12-06, 05:07 PM
kdlklm kdlklm is offline
Newbie Coder
 
Join Date: Jul 2003
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
I'm not quite experienced enough to starting from scratch. But thanks for the input.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 06-12-06, 05:22 PM
Christian's Avatar
Christian Christian is offline
Community VIP
 
Join Date: Mar 2005
Location: ProgrammingTalk
Posts: 2,449
Thanks: 0
Thanked 6 Times in 5 Posts
Moved to Script Requests.

This shoud get you started: http://www.hotscripts.com/PHP/Script...ols/index.html
__________________
:: ImperialBB :: New version in the works! :: http://www.imperialbb.com ::

:: Have a question about the board? The Rules? An Infraction/Warning? :: Contact Form ::
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #5 (permalink)  
Old 06-13-06, 06:52 PM
quinnk quinnk is offline
Newbie Coder
 
Join Date: May 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
I have such a script that I can provide to you (free of course). You can see it in use here. PM me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #6 (permalink)  
Old 06-21-06, 02:43 PM
prettypretty's Avatar
prettypretty prettypretty is offline
Newbie Coder
 
Join Date: Jun 2003
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Just make your HTML page that shows how it works.
And I will make the PHP script for you.
__________________
try to make things pretty pretty...
Jeans Lover Gallery collects all kinds of jeans pictures: www.hiya.hk/jeans/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #7 (permalink)  
Old 06-21-06, 02:51 PM
kdlklm kdlklm is offline
Newbie Coder
 
Join Date: Jul 2003
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
I have already got the script that I need, but thank you very much for your offer.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for a form mailer with certain abilities... flibdis Script Requests 2 05-16-06 04:06 PM
Newbie needs help using form mailer script Charmaine99 PHP 3 03-11-06 08:35 PM
form mailer replace character lordy PHP 2 06-15-05 11:50 PM
form mailer lordy Script Requests 1 06-15-05 11:26 PM
checkCheckboxGroup broken after form consolidation ski_woman JavaScript 0 01-12-05 12:00 PM


All times are GMT -5. The time now is 12:47 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.