When a user opens a page on my webserver (lets call that page "script A"), the script checks something and then has to execute another script (script B) if necessary based on the check. Right now, the user has to wait for a couple minutes for script B to execute before script A can complete and send the page to the user. I need to know if script A can initiate script B to run in the background, independent of the web page being printed. Thanks