From: "Daniel Guerrier" <[EMAIL PROTECTED]>

> I am using PHP to dynamically create real audio links.
> The question is I was creating one .ram file for each
> real media file that I wanted to stream.  The .ram
> files need to have absolute urls (which I do not
> like).  I saw a few sites that use one .ram file but
> pass it a variable http://url.ram?id=555.

Never done it, but I'd guess that the server would be set up for PHP to
parse .ram requests (at least in this directory). Then, from within PHP
you'd grab the $id value, locate the appropriate real audio file, send the
appropriate headers and then readfile() the audio file.

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to