Re: pulling script in interval of second.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 01 Jul 2014 at 22:10, Stuart Dallas <stuart@xxxxxxxx> wrote: 

> On 1 July 2014 22:02, Tim Streater <tim@xxxxxxxxxxxxxxxx> wrote:
>
>> On 01 Jul 2014 at 21:31, 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.
>>
>> In your onbeforeunload event handler, you should make a synchronous ajax
>> request to your PHP script (or another script). If you do an asynchronous
>> ajax request, the page unloads and apache will kill the PHP script. With a
>> synchronous request, the page stays until the PHP script completes.
>
> That's not his issue; he's already got that covered - see the code he's
> previously posted to the list. He's talking about internal links within the
> site also triggering the onbeforeunload as well as external links.

Well, you have to consider how to organise/design your site or application, then. That is fundamental to programming. We shouldn't be doing that for people, we should suggest tools/methods that they may have overlooked. After that it's up to them.

--
Cheers  --  Tim

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux