;

PDA

Click to See Complete Forum and Search --> : Perl - Getting HTML from another server! please help!


guydraft
11-17-2001, 11:43 AM
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 dd@retail-i.com

Thanks!
Guy.

Musicman
11-17-2001, 11:50 AM
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