RE: [PHP] I have a really stupid question, just trying to debug a script though.

2004-09-29 Thread Mark
> > From: Brent Clements [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 29, 2004 9:49 AM > > To: Brent Clements; [EMAIL PROTECTED] > > Subject: Re: [PHP] I have a really stupid question, just > > trying to debug a script though. > > > >

RE: [PHP] I have a really stupid question, just trying to debug a script though.

2004-09-29 Thread Gryffyn, Trevor
t; From: "Brent Clements" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, September 29, 2004 8:41 AM > Subject: [PHP] I have a really stupid question, just trying to debug a > script though. > > > I know what this means, but what are some rea

RE: [PHP] I have a really stupid question, just trying to debug a script though.

2004-09-29 Thread Jay Blanchard
[snip] I know what this means, but what are some reasons why we would get this error? Warning: fsockopen(): unable to connect to 128.42.244.20:80 [/snip] The primary reason that you would get this error is because you were unable to connect to the host using sockets. The causes may be varied, f

Re: [PHP] I have a really stupid question, just trying to debug a script though.

2004-09-29 Thread raditha dissanayake
Brent Clements wrote: I know what this means, but what are some reasons why we would get this error? Warning: fsockopen(): unable to connect to 128.42.244.20:80 firewall server not listening network cable unplugged :-) can you access the site hosted on that server wtih your browser can you ping

Re: [PHP] I have a really stupid question, just trying to debug a script though.

2004-09-29 Thread Brent Clements
ip filtering prevent socket operations from occuring? Thanks, Brent - Original Message - From: "Brent Clements" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 29, 2004 8:41 AM Subject: [PHP] I have a really stupid question, just trying to

RE: [PHP] I have a really stupid question, just trying to debug a script though.

2004-09-29 Thread Gryffyn, Trevor
e- > From: Brent Clements [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 29, 2004 9:42 AM > To: [EMAIL PROTECTED] > Subject: [PHP] I have a really stupid question, just trying > to debug a script though. > > > I know what this means, but what are some r

[PHP] I have a really stupid question, just trying to debug a script though.

2004-09-29 Thread Brent Clements
I know what this means, but what are some reasons why we would get this error? Warning: fsockopen(): unable to connect to 128.42.244.20:80 Thanks, Brent