I’m using:
passthru("/usr/bin/php /home/ibn/public_html/email/send_action.php " . $argv_parameter . " >> log_file.log 2>&1 &");
But the script send_action.php is not running!
I’m using:
passthru("/usr/bin/php /home/ibn/public_html/email/send_action.php " . $argv_parameter . " >> log_file.log 2>&1 &");
But the script send_action.php is not running!