Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2000071

Re: [PHP] can i parse the header reply from another php site into mine ? From: R. P. Channing Rodgers, M.D. (rodgers <email protected>)
Date: 07/05/00

Apologies for sending this to the entire list, but Bart's email address
(no <email protected>) is a bogus one...

> On 7/3/00, Kris Dahl <krislists <email protected>> wrote:

> > on 7/3/00 3:24 PM, Bart at no <email protected> wrote:

> > I want to parse the output of another php site into my php webserver.
> >
> > the site directly sends a URL wich the RealPlayer uses,
> > i want to know if it possible to parse the hidden RealAudio URL into PHP.
> > probably it will out put something like;
> > rstp://193.142.23.1/blabla.rm

> You can always read the response by opening with fopen a remote URL, and
> then pass it thru. You could theoretically modify the headers if you
> wanted, yes.

> I am not exactly sure what you are trying to do, but chances are you can do
> it. Check out fopen() and header()

I'm not sure what Bart is trying to do either, but I suspect it may
be to circumvent that annoying "feature" of some web sites in which
clicking on a link starts streaming RealVideo to your player in such
a way that you can not save the content to disk as a file. I don't
know if you *can* circumvent this behavior (it may be built in to some
RA protocol or other), but if so I'd certainly like to learn how...

Cheerio, Rick Rodgers

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>