Is it possible to run a PHP script in the background while the user is navigating from one page to another?
If yes, how to run a PHP function in the background after a user login and display the output of the function under certain area of the page on which he/she clicked?
Thanks.