Is there a way to close a pop-up window using PHP like the javascript function window.close()?
window.close()
php doesn't work on the client side, so... no.