Results 1 to 7 of 7

Thread: I need a submiting script/code

  1. #1
    Join Date
    Oct 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post I need a submiting script/code

    I run my own mud and on the website, I want to host player bios. So here is what I'm looking for just something simple...

    Name:
    Picture1:
    Picture2:
    Picture3:
    Bio:



    Then have it sent to my e-mail when they press submit, I would also like it so in the picture area, it can use send pictures off their computer to my e-mail. Bio should have a bigger box then the rest.

    Is this doable, and if so, how?

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    It is very easy and doable. All you need is the PHP Mail() Function. Here:
    http://www.php.net/mail
    If you look, you will also find on how to attatch files to a mail document and send it.
    If you need any more help just ask.
    Jeremy | jfein.net

  3. #3
    Join Date
    Oct 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    How do I know if my server supports that?

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

    Default

    It should. I like Apache and WAMP. I love WAMP. Go to www.wamp-server.com. (I think that's it. If not, google it.)

    -magicyte

  5. #5
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Ignore my little magic buddy here. Lol, on your server make a file called "test.php"
    And in it(open it up with a text editor) put:
    Code:
    <?php
    echo "Tell Nile the output!";
    ?>
    And then run it(remember on your server not locally)
    If it displays:
    <?php
    echo "Tell Nile the output!";
    ?>
    Then you don't support it, if it displays:
    Tell Nile the output!
    Then you do. Tell me what'chya get.

    Magic::
    From what I know you can't run it on servers, but I haven't looked that far into WAMP besides running it locally.
    Jeremy | jfein.net

  6. #6
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Did you get the output yet?
    Jeremy | jfein.net

  7. #7
    Join Date
    Oct 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    No, I'm like totally lost

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
  •