well I am working on onlineNIC API they say: OnlineNIC Registration API uses TCP/IP protocol in the way of Clients-Server. Real Server: IP Port:200001 Login Info: test Password: test Now using the provided info i need to login, is there any function that can be used, i tried to find but no luck, I am not sure but probably i think it can be done using socket. thanks
Yes you can use PHP Sockets to do it.. but if possible try to avoid them because they're not all that great. Any particular reason you want to use PHP?