[snip] This might seem like a odd question, but in php I can leave a script by "exit;" But, how can I also close the html page that contains the script? I know that I can close the page many different ways via a user actions, but how can I close it from within a conditional php statement? [/snip] Repeat to yourself, PHP is server-side 3X. You cannot do it with PHP. You may be able to spit out a JavaScript close() statement at the end of the PHP script. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php