Hi,
I have a simple problem, I have a button which opens a php page using window.open. Now I need to do some processing on the page, which includes taking in inputs from the user and saving them to a database. After this I would like the window to close.
I get the window open and the processing done, now how do I close the window using php.