proggybilly
Programmer
Hi all,
I am having a slight issue, I have run a perl script before from php but for the life of me cannot get it to work again.
I have tried many methods using system() exec() shell_exec() passthru() but cannot for the life of me get any of them to work.
When I call up my php page, the script does not run.
Example of my call:
Please, any help?
I am having a slight issue, I have run a perl script before from php but for the life of me cannot get it to work again.
I have tried many methods using system() exec() shell_exec() passthru() but cannot for the life of me get any of them to work.
When I call up my php page, the script does not run.
Example of my call:
Code:
$args = "me you message name.txt";
$result = exec("scripts/myscript.pl $args");
Please, any help?