On Tue, Jul 1, 2014 at 4:31 PM, hadi <almarzuki2011@xxxxxxxxxxx> wrote: > I already tried onbeforeunload and unload event. But the problem when user > change the page or navigate to different page code will be executed. And I > don’t this to happen. > Thank you for your help. > > I just want a method to keep pulling my php script once its stopped block > in if statement should run in my php script. > > > On 01 Jul 2014 at 20:04, hadi <almarzuki2011@xxxxxxxxxxx> wrote: > > > > > I got another idea just listen to me. I got javascript passing "id" to > > > my php script in interval time, once the "id" not being passed (its > > > mean the user close javascript page). Block in if statement should > > > run. But this scenario is not happening with me. > > > > If the user closes the page then no PHP script will be run unless you do > it with > > onbeforeunload event. > > > > -- > > Cheers -- Tim > > Do the onunload, and add a check in you PHP (store the info in the DB) that if the user doesn't refresh within 2 seconds (enough time to navigate to a different page on the domain), then mark as out.