My php terminates with header("location http//www.site.com")
command directed at an outside domain. It suppose to wake up the domain for some data reading. But that's not the issue.
It works fine up to a certain situation in which I close the html that initiated the php prematurely.
The php executes everything apart from calling the outside domain.
I tried using the on abort command telling php to finish execution on abort of client side but....nada.
My last header location redirection does not execute on client abort.
Any idea how to overcome this issue?