Re: [PHP] Speaking of sockets...

2002-04-05 Thread Miguel Cruz
On Fri, 5 Apr 2002, Liam Gibbs wrote: > I'm trying to connect to the server (same one from > which the page is at). My code is as follows: > > if($searchsocket = fsockopen("127.0.0.1", 8080, > &$errornumber, &$errormessage, 30)) { > > Obviously 127.0.0.1 is not the real IP address. But it's at t

[PHP] Speaking of sockets...

2002-04-05 Thread Liam Gibbs
... I gotta problem with them. I'm trying to connect to the server (same one from which the page is at). My code is as follows: if($searchsocket = fsockopen("127.0.0.1", 8080, &$errornumber, &$errormessage, 30)) { Obviously 127.0.0.1 is not the real IP address. But it's at this point that it's