Re: [PHP] fedora core 3 mail() not working from web

2004-11-27 Thread Minuk Choi
those RPMs off the Fedora Core 3 CDs... - Original Message - From: "Angelo Zanetti" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, November 26, 2004 7:50 AM Subject: Re: [PHP] fedora core 3 mail() not working from web Hi, It cou

Re: [PHP] fedora core 3 mail() not working from web

2004-11-27 Thread Minuk Choi
issue with Sendmail, probably just with PHP/Apache. - Original Message - From: "Curt Zirzow" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Sent: Thursday, November 25, 2004 2:54 PM Subject: Re: [PHP] fedora core 3 mail() not working from web * Thus wrot

Re: [PHP] fedora core 3 mail() not working from web

2004-11-26 Thread Curt Zirzow
* Thus wrote Minuk Choi: > hey gang, > > I have a fedora core 3, with standard PHP and MySQL included with the > distribution. > > I'm having a rather odd problem. > > the following script(mailTest.php) > > $result = mail('[EMAIL PROTECTED]', 'test subject', 'test message'); > > if (!$resul

Re: [PHP] fedora core 3 mail() not working from web

2004-11-26 Thread Angelo Zanetti
Hi, It could have something to do with your PHP.ini file?? Can you post the error message, as it will give us a better idea of what could be wrong. Angelo >>> "Minuk Choi" <[EMAIL PROTECTED]> 11/26/2004 10:31:59 AM >>> hey gang, I have a fedora core 3, with standard PHP and MySQL included wit

[PHP] fedora core 3 mail() not working from web

2004-11-26 Thread Minuk Choi
hey gang, I have a fedora core 3, with standard PHP and MySQL included with the distribution. I'm having a rather odd problem. the following script(mailTest.php) does NOT work if I access it from the web BUT if I were to execute it as root on the Command prompt php mailTest.php It exe