I want to close the php page after the execution of the page is it possible ?
But really close the page not just exit() command
hmm can you please explain what you are trying to achieve in more detail please...
i mean after everyting executed in that php i want to php page to be closed(close the internet explorer page)
(again) PHP runs on the server. JavaScript runs on the client. things like opening and closing browser windows are done via client-side code, not with PHP.
how can i close the current page with java script does anyone know anything about it?
this is a PHP forum. post your question in a javascript forum, or better yet read the manual.
close window jaavascript cose:
window.close();
google it up