|
I have a PHP function on the server that I would like to call from a page that has already been sent to the client using javascript. I have a chat script that has a PHP backend that has a sign out function that needs to be called when a user navigates from chat.php so the user logs out correctly from the chat. Or, is it possible to pick up window events ( window closed, or page navigated from ) using PHP??? Thanks for the help, and i know this is a unique problem so feel free to dive in.
Last edited by dlaroche22; 08-13-2007 at 01:09 AM..
|