Re: [PHP-INSTALL] Forms not parsing data

2004-04-21 Thread Dan Aloma
o: "Dan Aloma" <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [PHP-INSTALL] Forms not parsing data Date: Wed, 21 Apr 2004 16:15:53 -0400 I believe that you must seperate all headers with a \r\n, well that is per the RFC, but i also understand that your method, or at least just w

RE: [PHP-INSTALL] Forms not parsing data

2004-04-21 Thread Dan Aloma
'" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Subject: RE: [PHP-INSTALL] Forms not parsing data Date: Wed, 21 Apr 2004 16:16:21 -0400 Do a phpinfo(), make sure its reading the correct php.ini. -Original Message- From: Dan Aloma [mailto:[EMAIL PROTECTED] Sent: Wednesday, Apr

RE: [PHP-INSTALL] Forms not parsing data

2004-04-21 Thread Michael Scappa
Do a phpinfo(), make sure its reading the correct php.ini. -Original Message- From: Dan Aloma [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 3:54 PM To: [EMAIL PROTECTED] Subject: [PHP-INSTALL] Forms not parsing data So, I've installed PHP 4.3.6 and done "make test" and ev

Re: [PHP-INSTALL] Forms not parsing data

2004-04-21 Thread jeffrey_n_Dyke
I believe that you must seperate all headers with a \r\n, well that is per the RFC, but i also understand that your method, or at least just with a single \n will work. I would start to remove the extra headers argument and see if that is your problem. If you can mail with no extra headers try r