Run PHP script in background

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!

Sponsor our Newsletter | Privacy Policy | Terms of Service