Heya,
I wanna execute a script in the background.
test.php just consists of a var named $string, however the exec command does not pass the value "test1" for $string like it does with http GET-vars.
I need some values passed to the test.php-script which should be processed in the background.
any ideas?
I wanna execute a script in the background.
Code:
exec('/usr/local/bin/php /[URL unfurl="true"]www/htdocs/test/test.php?string=test1[/URL] > /[URL unfurl="true"]www/htdocs/test/test.html[/URL] &');
test.php just consists of a var named $string, however the exec command does not pass the value "test1" for $string like it does with http GET-vars.
I need some values passed to the test.php-script which should be processed in the background.
any ideas?