[PHP] Windows based Mail() problem (newbie)

2002-05-01 Thread Kim Kohen
Hello all, I have a PHP/MySQL/Apache site served on Mac OSX. The default install I used doesn't have a PHP.ini file but I do have sendmail configured and working. There is a simple html form which leads to a 'confirmation' page. They press the confirm button and a hidden field passes the data

RE: [PHP] Windows based Mail() problem (newbie)

2002-05-01 Thread John Holmes
on different versions of the browser on different OSs. ---John Holmes... -Original Message- From: Kim Kohen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 5:27 AM To: [EMAIL PROTECTED] Subject: [PHP] Windows based Mail() problem (newbie) Hello all, I have a PHP/MySQL

Re: [PHP] Windows based Mail() problem (newbie)

2002-05-01 Thread Kim Kohen
G'day John PHP is server side, so it's going to do the same thing each time. If it's sending a blank message, then no data was received. Thanks for the response. I have been able to find the problem by replacing my mail() with phpinfo(). It certainly wasn't passing the variables with