It's actually an animated gif...
The form and the script are all on the same page, but there's a delay between when a user clicks "Submit" and when the information is actually displayed. I'd like to immediately display the gif image and get rid of it when results are output to the screen.
I've tried to use the ob_start() / ob_end_flush combo, and it flashed the gif on the screen about a second before the results appeared. I want it to do this immediately while the script processes.
Any ideas?