Hello,
Does anyone know how I can use php to close the popup browser window on submit?
For example, if there's a html form in a popup browser window, and when submitting it will call "something.php" ... what can I put inside "something.php" to do the form processing PLUS after finishing the processing, close the popup window?
Thank you very much.