Hey all,
So there's the thing. I want to call a php script which I know is going to take a while to execute so I want the script to output an animated graphic to a web page (to lull the user into a false sense of security grin).
When the script finishes it's business I then want the page to automatically "move on" to the next page in a sequence (like using header(Location: blah) but I know this can't be done as I will have already output data (the graphic) into the HTML stream.
Anyone got any good ideas on how to make this work ?
TIA
Chris