Results 1 to 3 of 3

Thread: Request form

  1. #1
    Join Date
    Nov 2005
    Posts
    192
    Tokens
    0

    Default Request form

    Ok i have a radio station being released very soon but it needs a request form

    can some one make a form for me please so that it goes directly into the request email.?

  2. #2
    Join Date
    Jun 2005
    Location
    Nottingham
    Posts
    5,277
    Tokens
    75

    Latest Awards:

    Default

    I can pm me with the email and etails of what you want and it'll be done today cuz i gto a few to do.
    VR|46

  3. #3
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    You will just need a form which lets the user submit the variables Text and TheirEmail.
    PHP Code:
    <?php
    $YourEmail 
    "YourEmail";
    $Subject "Request";
    mail($YourEmail$Subject$Text$TheirEmail);
    ?>
    kinda quit.

Posting Permissions

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