Results 1 to 3 of 3

Thread: form help

  1. #1
    Join Date
    May 2005
    Location
    Burgessville
    Posts
    806
    Tokens
    0

    Default form help

    PHP Code:
    <?php
    if ($_SERVER['REQUEST_METHOD'] != 'GET'){
    $nam $_POST['name']; 
    $email $_POST['email']; 
    $subject $_POST['subject'];
    $mess $_POST['message']; 
    mail("habbofuse******.com"$subject$messig);
    Header("Location: thankyou.php");

    else 

    echo 
    'ERROR'
    }
    ?>
    can anyone tell me what the problem is with the above form handler for this form - http://www.hfuse.dots-hosting.com/form.htm

    Originally Posted by bananasislegend
    this thread might be better than sex..

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

    Latest Awards:

    Default

    Are you sure that the form which brings the user to that handler has the correct names assigned to the text boxes?
    kinda quit.

  3. #3
    Join Date
    Jun 2005
    Location
    Manchester
    Posts
    3,187
    Tokens
    0

    Latest Awards:

    Default

    If your having trouble with a PHP form, use Thybags form handler "/

    - Dan

Posting Permissions

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