php-general | 2000071
Date: 07/03/00
- Next message: Nold, Mark: "[PHP] RE: Java?"
- Previous message: Richard Lynch: "Re: [PHP] image reduce or enlarge"
- In reply to: Bart: "[PHP] can I parse text from other website ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <8joerv$qpl$1 <email protected>>, no <email protected> ("Bart") 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
Try to fopen it and see what you get... I suspect you can only get the
data which constitutes the RealAudio stream, but who knows...
-- Richard Lynch | If this was worth $$$ to you, buy a CD US Customer Support Director | from one of the artists listed here: Zend Technologies USA | http://www.L-I-E.com/artists.htm http://www.zend.com | (this has nothing to do with Zend, duh!)-- 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: Nold, Mark: "[PHP] RE: Java?"
- Previous message: Richard Lynch: "Re: [PHP] image reduce or enlarge"
- In reply to: Bart: "[PHP] can I parse text from other website ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

