| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Electrifying Guy ![]() Join Date: Sep 2003
Posts: 4,827
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | script to enter name & email & then some... hi everyone! What HTML code do you input in a website to allow a person to enter his/her name & email, clicks submit, and sends the name & email to my mailing list email address like freereport@freereport.com? I'll be asking followup questions as time goes by.... Thanks everyone! |
| |
| | THREAD STARTER #3 (permalink) | ||||
| Electrifying Guy ![]() Join Date: Sep 2003
Posts: 4,827
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
I'm not good at this, of course. So I'm trying to learn & figure out how to code my website that'll accomplish this. In short, I need to be sadly spoon-fed. | ||||
| |
| | #4 (permalink) |
| Senior Member Join Date: May 2003
Posts: 2,187
![]() ![]() ![]() | <form method="post" action="addscript.php"> Name: <input type="textbox" name="name"> Email: <input type="textbox" name="email"> <input type="submit" name="submit"> </form> then addscript.php would be would be the script name to add the user |
| |
| | #5 (permalink) |
| New Member Join Date: Jan 2004 Location: Pennsylvania, USA
Posts: 7
![]() | I'm not sure how the mailing list script works but adam_uk gave you the form to use. Except, your going to want to use: Code: <input type="text" name="name"> <input type="text" name="email"> |
| |
| | #7 (permalink) |
| New Member Join Date: Aug 2003
Posts: 3
![]() | hi, try this PHP Code: Azizi |
| |
| | THREAD STARTER #8 (permalink) |
| Electrifying Guy ![]() Join Date: Sep 2003
Posts: 4,827
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | thanks for your replies, everyone! Ok, I think I'm making headway with this. First off, I need to know what HTML code or thingamajig I need to input in my site that'll do this: After a person enters his/her name & email and clicks submit, my website should send the info to my mailing list email freereport@freeport.com. I analyzed my mailing list manager and I think it currently allows only opt-in via email. I'll post as soon as I get more info on this. Once my site is up, I'll post it for all of you to behold and tear apart! Again, thanks everyone! |
| |
| | #9 (permalink) | ||||
| Senior Member Join Date: May 2003
Posts: 2,187
![]() ![]() ![]() |
if not, thats gonna take a bit of work, more that what can be explained via a forum if i understand you correctly | ||||
| |