Results 1 to 5 of 5

Thread: Using PHP To Email A Form

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

    Default Using PHP To Email A Form

    I am wondering if I can use PHP to email the following form? And does anyone have any examples, or can anyone work with this example?

  2. #2
    Join Date
    May 2006
    Posts
    44
    Thanks
    0
    Thanked 0 Times in 0 Posts

  3. #3
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Quote Originally Posted by sartajc
    GAG! Let's let anyone or anyTHING submit in this unsecured form...

    Or you can stick to the security side and not allow bots and crawlers to harvest email addys:

    http://www.dagondesign.com/articles/...mailer-script/
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

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

    Default

    Quote Originally Posted by BLiZZaRD
    GAG! Let's let anyone or anyTHING submit in this unsecured form...

    Or you can stick to the security side and not allow bots and crawlers to harvest email addys:

    http://www.dagondesign.com/articles/...mailer-script/
    Hey Blizzard... I have always used servers which could handle php, TODAY however my client gives me a server (the worst in the world!), anyway it seems to only handle asp... Any ideas? I have tried a million asp frommail scripts some work some don't, none are working correctly however... Any ideas?

  5. #5
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    You could go the PERL/CGI route...

    http://www.scriptarchive.com/formmail.html
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

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
  •