[PHP] fsockopen problems

2007-06-22 Thread Ray
hello, I'm having some problems with fsockopen and was hopping for some help. I try to connect to a host via fsockopen and I get "getaddrinfo failed" errors, but if I try fsockopen with google, everything works. sample test code $fp=fsockopen('apps.subname.domain.com/xml_2.4/xml.php',80,$e

Re: [PHP] fsockopen problems

2007-06-22 Thread Ray
On Friday 22 June 2007 10:59 am, Tijnema wrote: > On 6/22/07, Ray <[EMAIL PROTECTED]> wrote: > > hello, > > I'm having some problems with fsockopen and was hopping for some help. > > I try to connect to a host via fsockopen and I get "getaddrinfo failed" > > errors, but if I try fsockopen with goog

Re: [PHP] fsockopen problems

2007-06-22 Thread Tijnema
On 6/22/07, Ray <[EMAIL PROTECTED]> wrote: hello, I'm having some problems with fsockopen and was hopping for some help. I try to connect to a host via fsockopen and I get "getaddrinfo failed" errors, but if I try fsockopen with google, everything works. sample test code $fp=fsockopen('apps.su