> You will have to make the script 2 parts. One to reload and the other to > execute the else (exiting). You need to use ajax to call the php script > every > second (for the first part) and use the page's onunload method to execute > the second part (user exited): > > > http://www.w3schools.com/jsref/event_onunload.asp I already tried your method with onunload, the problem with onunload when I change the page the script getting execute. I already have javascript to pull php script, just I need php script doing the flowing; when javascript stop pulling php script. Block in if statement should run. Can you give me php script ? please. > On Mon, Jun 30, 2014 at 7:56 PM, hadi <almarzuki2011@xxxxxxxxxxx> wrote: > > > I have javascript to pull my php script every interval of second. > > > > When javascript stop pulling my php script, block in if statement > > should execute. > > > > Can someone provide me with the php script please ? > > > > Thank you. > > > > > You will have to make the script 2 parts. One to reload and the other to > execute the else (exiting). You need to use ajax to call the php script > every > second (for the first part) and use the page's onunload method to execute > the second part (user exited): > > > http://www.w3schools.com/jsref/event_onunload.asp
<<attachment: smime.p7s>>