Re: [PHP] Detecting Browser Closing...

2002-08-14 Thread Chris Boget
> Thanks for the prompt response... Would this mean I would > embedd the Java Script in my php Script and alter the php > variable accordingly... No, because JS is client side and PHP is server side. What you would need to do is have JS detect when the browser closed and make one last server

Re: [PHP] Detecting Browser Closing...

2002-08-14 Thread Kondwani Spike Mkandawire
"Chris Boget" <[EMAIL PROTECTED]> wrote in message 075f01c243ba$2a9d11b0$8c01a8c0@ENTROPY">news:075f01c243ba$2a9d11b0$8c01a8c0@ENTROPY... > > Is there a function that can detect if anyone has closed > > the browser? > > Not in PHP. You can using JavaScript, however. > > Chris > Thanks for the pr

Re: [PHP] Detecting Browser Closing...

2002-08-14 Thread Chris Boget
> Is there a function that can detect if anyone has closed > the browser? Not in PHP. You can using JavaScript, however. Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Detecting Browser Closing (2)...

2002-08-14 Thread Kondwani Spike Mkandawire
Sorry I din't quite phrase that right... Here goes I am manipulating variables according to various user reactions... I want to be able to alter a certain variable to its default if the user decides to say, well "to hell with it" and closes his browser... Are there any php functions that would d

[PHP] Detecting Browser Closing...

2002-08-14 Thread Kondwani Spike Mkandawire
Is there a function that can detect if anyone has closed the browser? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php