A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Perl - Getting HTML from another server! please help!

  1. #1
    Junior Member
    Join Date
    Jul 2001
    Posts
    4
    I have a perl script that should get information from
    another server process it and send it to flash...

    Is it possible to get HTML files from another server
    using PERL or even PHP ?

    please reply me to [email protected]

    Thanks!
    Guy.

  2. #2
    Registered User
    Join Date
    Feb 2001
    Posts
    13,039
    Hi Guy,

    it is possible - and it is somewhat nicer to do in php, since you only have to write fopen("http://something", "r") to get the data. Unfortuntely some servers have firewall settings that do not permit outbound connections, even if the php settings specifically allow them. You will hve to talk to your server admin about that

    Musicman

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center