php-general | 2000071
Date: 07/05/00
- Next message: Mike Waychison: "[PHP] imap_mail"
- Previous message: Ed Vul: "Re: [PHP] Re: Utilities?"
- Maybe in reply to: Bart: "[PHP] can i parse the header reply from another php site into mine ?"
- Next in thread: adam beecher: "RE: [PHP] can i parse the header reply from another php site intomine ?"
- Reply: adam beecher: "RE: [PHP] can i parse the header reply from another php site intomine ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Mike Waychison: "[PHP] imap_mail"
- Previous message: Ed Vul: "Re: [PHP] Re: Utilities?"
- Maybe in reply to: Bart: "[PHP] can i parse the header reply from another php site into mine ?"
- Next in thread: adam beecher: "RE: [PHP] can i parse the header reply from another php site intomine ?"
- Reply: adam beecher: "RE: [PHP] can i parse the header reply from another php site intomine ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

