exec($sript_path.' > /dev/null 2>&1 &');// "> /dev/null 2>&1 &" makes sure it is really really run as a background job that does not wait for input
// wait it to run
// exec($sript_path . ' > /dev/null 2>&1 &'); // "> /dev/null 2>&1 &" makes sure it is really really run as a background job that does not wait for input
exec($sript_path.' > '.$GLOBALS[OUTPUT_LOG].' 2>&1 &');// "> /dev/null 2>&1 &" makes sure it is really really run as a background job that does not wait for input