to execute a script in background from php you don't need to use mikehup or other tools. just do:
`/usr/bin/php -q foobar.php >/dev/null 2>&1 &`;
mat
to execute a script in background from php you don't need to use mikehup or other tools. just do:
`/usr/bin/php -q foobar.php >/dev/null 2>&1 &`;
mat