[PHP-WIN] fsockopen() doesnt work

2003-02-21 Thread Arne Schumann
Hi Ive got a problem with the fsockopen function. I want to simulate things like Browser-Version (user_agent) to another php-Script and read its parsed ScourceCode. Everything I read about that used fsockopen() as the main function to access the file. So I tried this: $fp = fsockopen

Re: [PHP-WIN] fsockopen() doesnt work

2003-02-21 Thread Dash McElroy
It looks like the host cannot be resolved. Can you do a DNS query from that machine successfully? -Dash Cogito cogito ergo cogito sum -- I think that I think, therefore I think that I am. -- Ambrose Bierce, The Devil's Dictionary On Fri, 21 Feb 2003, Arne Schumann wrote: Hi