> >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:
It is not valid, but it is accepted by most browsers. It's not in the official HTTP 1.x spec. Some info: http://home.netscape.com/assist/net_sites/pushpull.html Sander > <HTML> > <HEAD> > <META HTTP-EQUIV="REFRESH" CONTENT="0; URL=http://www.mywebsite.com/junk.zip"> > </HEAD> > > and doesn't belong into the HTTP header. > > Kind Regards, > Daniel Lorch > > > > -- > 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] > -- 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]