Page 14 of 14 FirstFirst ... 4121314
Results 131 to 137 of 137

Thread: javascript? php? simple mailing list database?

  1. #131
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Nevermind... it's redundant... the other if will handle that.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  2. #132
    Join Date
    Apr 2006
    Posts
    584
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ok all done! do you want to take on elast look at the .txt file? just to make sure! i've uploaded it! thanks again dj!

  3. #133
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Well.... the way to check it out is by testing... see if anything goes wrong; if not, I'll grab the txt, fix it up a bit so it's not specific to your site, and submit.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  4. #134
    Join Date
    Apr 2006
    Posts
    584
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by djr33
    Well.... the way to check it out is by testing... see if anything goes wrong; if not, I'll grab the txt, fix it up a bit so it's not specific to your site, and submit.
    Hi dj... Is it possible to set up an emailable form using php? Similar to this but with more fields?

  5. #135
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Sure.

    mail($to,$subj,$body,$headers);

    Headers are complex. (They are things like from, reply-to, mailer, encoding, etc. They're not hard, but just a lot to know. Easy to look up, though, for the most part.)
    The rest is easy.
    Just set the vars to right values.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  6. #136
    Join Date
    Apr 2006
    Posts
    584
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by djr33
    Sure.

    mail($to,$subj,$body,$headers);

    Headers are complex. (They are things like from, reply-to, mailer, encoding, etc. They're not hard, but just a lot to know. Easy to look up, though, for the most part.)
    The rest is easy.
    Just set the vars to right values.
    Hey dj... Any chance you could help me set up this form? I have been trying but to no avail... argh!

  7. #137
    Join Date
    Apr 2006
    Posts
    584
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by djr33 View Post
    Sure.

    mail($to,$subj,$body,$headers);

    Headers are complex. (They are things like from, reply-to, mailer, encoding, etc. They're not hard, but just a lot to know. Easy to look up, though, for the most part.)
    The rest is easy.
    Just set the vars to right values.
    Hey dj, hope all is well... I have a similar form I need to do, and wanted your expertice! You are the coding guru after all... Let me know when you're not busy and I'll explain the details...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •