Results 1 to 2 of 2

Thread: Submit button action

  1. #1
    Join Date
    Jul 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Submit button action

    How do you get the submit button to actually send? I did what on web site told me and put in my own email address to make sure it would work. It doesn't. Basically this is what I have:

    <form name="prayerrequests" action="ihavemyemailhere@hotmail.com" method="POST">
    <div align="center">
    <br><br>
    <input type="text" size="25" value="Enter your request here.">
    <br><input type="submit" value="Submit"><br>
    </div>
    </form>

    What am I missing?

  2. #2
    Join Date
    Jun 2008
    Posts
    589
    Thanks
    13
    Thanked 54 Times in 54 Posts
    Blog Entries
    1

    Default

    What you have there wouldn't send an email... Probably the only way you could send an email while online is with PHP's mail function. Check it out here:

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

    Hehe, I'm not a wiz at PHP or anything, so sorry if that didn't help too much..

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
  •