Hello,

I have quite weird question.
Is it possible to redirect from a binary page to some other page.
Source page has Content-type: image/gif.

Image is readed using binary fopen() and fread() and then outputed on the screen using echo... Problem is that after showing the image some next steps should be done, but script "stops" on this point...

Is there any way to solve this? Sorry, if it's very lame question...

WML/PHP4 combination is used. So, meta tags, Javascript can't be used...
PHP's header("Location: ...") function doesn't work also...
Webserver is IIS.

Thanks in advance!