Hi Tijger,
It also works for me with the exception that I needed to add single quotes to pass the vars:
exec("/usr/bin/php -q ./my_script.php '$str $fix'");
Do yo know what "-q" does ?
I need to execute a perl script and am wondering if the same would apply ?
exec("/usr/bin/perl -q ./my_script.cgi '$str $fix'");
Thank you very much,
Peter