Murat . wrote:

>is it possible to close client's browser's window from php script?
>
 From a php script yes, but not by PHP, because PHP runs on the server, 
not the browser. If you use JavaScript you can close it with window.close()

HTH
Chris



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

Reply via email to