> 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
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