Re: [PHP] A simple PHP form not working

2001-09-25 Thread ReDucTor
ember 25, 2001 6:38 PM Subject: Re: [PHP] A simple PHP form not working > Is this the correct mail function config in php.ini ? > > [mail function] > SMTP = smtp01.druk.net.bt ;for win32 only > sendmail_from = [EMAIL PROTECTED] ;for win32 only > ;sendmail_path = ;for

Re: [PHP] A simple PHP form not working

2001-09-25 Thread Tshering Norbu
September 25, 2001 12:32 PM Subject: Re: [PHP] A simple PHP form not working > 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

Re: [PHP] A simple PHP form not working

2001-09-24 Thread David Robley
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 w

RE: [PHP] A simple PHP form not working

2001-09-24 Thread Lawrence . Sheed
You have a blank line before your mailto:[EMAIL PROTECTED]] Sent: September 25, 2001 12:59 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] A simple PHP form not working I did try that before too and here is what I got/get : Warning: Failed to Connect in c:\Program Files\Apache Group\Apache\htdocs

Re: [PHP] A simple PHP form not working

2001-09-24 Thread Tshering Norbu
gt;; <[EMAIL PROTECTED]> Sent: Tuesday, September 25, 2001 10:35 AM Subject: Re: [PHP] A simple PHP form not working > First of all, you need to type > > header("Location: thankyou.html"); > exit; > > Try that... > > -Jason Garber > deltacron.com > > &g

Re: [PHP] A simple PHP form not working

2001-09-24 Thread Jason G.
First of all, you need to type header("Location: thankyou.html"); exit; Try that... -Jason Garber deltacron.com At 09:26 AM 9/25/2001 +0600, 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 Con