I'm calling a php script which does some processing.
I want to briefly show some on that page which says "finished".
Then show another page.
I know I could have used this..
Header('Location:
http://www.whaterver.com');
But this would allow me to show finished.
What can I do ?
Open in new window