On Tue, 25 Sep 2001 12:56, Tshering Norbu wrote:
> Hi list,
> I can not get the form (from thesitewizard) working. When I submit the
> form, I get this error: "Warning: Failed to Connect in c:\Program
> Files\Apache Group\Apache\htdocs/druknet/feedback/feedbacksend.php on
> line 2."  My PHP conf with Apache has no problem. What am I doing
> wrong? Sorry, I am a beginner in PHP.
> Here are 2 php files:
>
> feedback.html
>
> <HTML></BODY>
>
> <FORM method=post action="feedbacksend.php">
> Email: <INPUT name="email" type="text"><br>
> Message:<br>
> <TEXTAREA name="message">
> </textarea><br>
> <input type=submit value=Submit>
> </FORM>
>
> </BODY></HTML>
>
>
>
> feedbacksend.php
>
> <?php
> mail("[EMAIL PROTECTED]", "Feedback Form Results",$message, "From:
> $email");
> ("Location:thankyou.html");
> ?>

Line 2 appears to be the mail() function - have you correctly configured 
the mail section of your php.ini?

-- 
David Robley      Techno-JoaT, Web Maintainer, Mail List Admin, etc
CENTRE FOR INJURY STUDIES      Flinders University, SOUTH AUSTRALIA  

   Do the joke. Get the laugh. Move on.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to