Hi Josh,
If you're using ISAPI, popen() won't work because it's forking the command,
and you can't fork when running in-process in IIS.
fputs() does work, though, with fopen and fclose.
-----Original Message-----
From: Josh Seward [mailto:[EMAIL PROTECTED]]
Sent: Friday, 16 March 2001 12:03 PM
To: php-gtk; [EMAIL PROTECTED]
Subject: popen() and fputs() functions work?
Hello,
I would like to know if anyone can get the popen() function and the fputs()
function to work on a windows machine. (I use win200.)
thanks,
Josh Seward
[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]