I'd like to run shell commands from PHP using the popen - command.
Unfortunately it doesn't work: I don't get any output...
I am however able to create files and save them.
PHP is compiled as Apache - module, safety is off (in the php.ini).
The platform is Suse Linux 6.3.
When I try to run the commands I want PHP to run from the shell I am able to execute them, so user rights don't seem to be the problem....
I think it has something to do with the Apache configuration - is this possible ?
kr,
japhy