RE: [PHP] Program execution functions doesn´t work in my system

2001-06-24 Thread Jason Lustig
>I need to run some external programs from a PHP script. >How could I do that? You might be able to use them through (D)COM objects, since you're on an NT server. I'm not sure about the passthrough() functions and stuff on NT, though... I've never really used them (or had reason to). --Jason -

[PHP] Program execution functions doesn´t work in my system

2001-06-24 Thread Beginning PHP Programmer
Hi   In the PHP manual there are some program execution functions like passthru(), exec() and system(). I´ve got PHP4 installed on IIS 5.0 on Windows 2000 Server, and it works fine.   I tried with a very simple script like the following:   $commandstring = "cmd"; passthru($command