[PHP-WIN] header:location question

2002-11-08 Thread Daniel Sturk
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

Re: [PHP-WIN] header:location question = PROBLEM SOLVED

2002-11-13 Thread Daniel Sturk
thanks alot the problem was solved easily with this code: (i forgot to tell that i the url arrived from another page) function fwdPage() { location="<?php print $url; ?>"; } best regards Daniel - Original Message - From: "RS Herhuth" <[EMAIL