>From: Daniel Lorch <[EMAIL PROTECTED]>
> > This works properly on IE for Mac for redirecting users
> > to download a file:
> >
> >Header("Refresh: 0;URL=http://www.mywebsite.com/junk.zip");
>
>uuuh ist this valid? I've never seen that before. I think it should
>read:
>
>(HTML)
>(HEAD)
> (META HTTP-EQUIV="REFRESH" CONTENT="0;
>URL=http://www.mywebsite.com/junk.zip")
>(/HEAD)
>
>and doesn't belong into the HTTP header.
They are equivelant. The META tag version
creates the same HTTP header.
FB
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]