Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 02-23-2006, 03:31 AM   #1
Member (7 bit)
 
USMDude's Avatar
 
Join Date: Jul 2005
Location: Mississippi, USA
Posts: 65
Send a message via AIM to USMDude Send a message via Yahoo to USMDude
Using submit button in Dreamweaver

I'm designing a page in Dreamweaver 8 where users can enter their email address in a form text field and in that same form is the submit button that I want them to be able to click and send an email to subscribe to a Yahoo! group specifically designed for sending them monthly newsletters.

My question is how do I code this button or form to do such?
USMDude is offline   Reply With Quote
Old 02-23-2006, 02:41 PM   #2
Member (7 bit)
 
Join Date: Dec 2005
Posts: 87
Have the form point to a php file, and then you can code the php.

In short it would be:

$email=$_POST['form name you used for email address'];
mail($email, subject,body);
hartken is offline   Reply With Quote
Old 02-23-2006, 02:58 PM   #3
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
Unless you really know what you are doing, I would probably download a canned email script and use or alter it. The reason is that form email scripts have replaced open relays as the number one way that spammers send out email. They test sites for vulnerable scripts and if found use them to send out thousands of messages.
__________________

Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row
mairving is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 05:05 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2