PROTECTED]>
To: "Daniel Sturk" <[EMAIL PROTECTED]>
Sent: Friday, November 08, 2002 2:59 PM
Subject: RE: [PHP-WIN] header:location question
>
> Daniel,
>
> You could use a blank page that contains the javascript:
>
>
>
> function fwdPage
Header-Location is simply what your browser will go to. So, if that link
pasted into the address bar of the browser works - header works too.
Perhaps the protocol is not available for you - that could be the reason.
mms: is supposed to launch some application and things get a bit dirty.
--
Maxim
im was eariler using this function
header("Location: http://www.somestreamingserver.com/actualstream.wmv";);
now the provider wants me to use the following url to access the stream
"mms://www.anotherstreamingserver.com/actualstream.wmv" and this doesnt
work at all with the header redirect
any i