in reply to Getting a value from a PHP script
there are at least two possibilities to pass a value to that new process: via STDIN or via command line (then a system () call would suffice).$fp = popen ("perl -w really-dont-know-if-this-works.pl", "w");
|
|---|