Thanks for you reply.
I've read up on output buffering, and it seems to me that you can only send header lines, not body content.
I've tried it in my script, and so far, no success.
Matt Wade wrote:
You can try to use output buffering to acheive what you want. But, it is going to be heavily dependant on the web server you are using and the browser the client is using. In short, it is a difficult thing to acheive. You might have better luck using frames and having a bit of client side scripting to update the top frame with the image while the bottom frame is doing the php script....
Matt Wade
http://codewalkers.com/
Home of the PHP Coding Contest.