Re: [PHP-INST] PHP 4.1.1 - Problems with popen

2002-03-05 Thread Joerg Linder
> Can anybody please help me with the following problem ? > I am trying to run a shell command via popen but nothing happens > Here's an example: > $fd = popen("/usr/sbin/sendmail -t ","w"); > fputs($fd, "To: [EMAIL PROTECTED]\n"); > fputs($fd, "From: [EMAIL PROTECTED]\n"); > fputs

[PHP-INST] PHP 4.1.1 - Problems with popen

2002-03-04 Thread linder
Can anybody please help me with the following problem ? I am trying to run a shell command via popen but nothing happens Here's an example: $fd = popen("/usr/sbin/sendmail -t ","w"); fputs($fd, "To: [EMAIL PROTECTED]\n"); fputs($fd, "From: [EMAIL PROTECTED]\n"); fputs($fd, "Reply-To