I want a php script to be executed in the background when the admin presses a button in an application which is running on a Linux environment. This page execution will take a long time(Maybe 16 hours). There I want the window in which the administrator presses the button to display logs of the background executing script after this script has been started. How do you go about acheiving this?