Has anybody run a background process from php sucessfully ?
I tryed a lot of diferents way, acording to the manual, this should work, but it doesn't:
system("php -q $DOCUMENT_ROOT/../scripts/sendmeetmails.php < /dev/null 2>&1 > /tmp/sendmeetmails ");
Any idea why it doesn't work and how to solve it ? 😕
Or any other method that works to run a background process ?
Thank you.😃