|
Hi - I am hosting a website on a server that blocks the fsockopen() function in PHP.
I need to establish a telnet connection to another server on the internet to issue API commands and receive responses to these commands.
Is there any library or function, apart from fsockopen(), which allows this?
I have tried doing this with cURL, but this part of cURL is barely documented and does not appear to be fully implemented.
Q
|