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.
Printable View
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.
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