Re: [PHP] Socket problems

2003-11-26 Thread Marek Kilimajer
Technical Services wrote: I am trying to use a php include provided by a 3rd party. In the include the code is trying to open a socket however I get the following error: errno 38 - Socket operation on non-socket however if I check the server the file requested exists and is chmoded 777. Does anyo

[PHP] Socket problems

2003-11-26 Thread Technical Services
I am trying to use a php include provided by a 3rd party. In the include the code is trying to open a socket however I get the following error: errno 38 - Socket operation on non-socket however if I check the server the file requested exists and is chmoded 777. Does anyone have any suggestions?