TCP/IP using Client-Server

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

TCP/IP using Client-Server

Post by itsmani1 »

Hi

I need to use TCP/IP protocol in Client-Server way using PHP.
any help

thanks
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Could you be just a bit more specific?
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

Post by itsmani1 »

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
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

This still doesn't tell how to communicate with the server.

E.g. xyz "uses TCP/IP protocol in the way of Clients-Server", Real Server: 63.247.70.254, Port:80, Login Info: test, Password: test
That's the same info for this board. It didn't tell you to use http, that it will return html pages, that there is a login form, et cetera et cetera

But you said something about a "Registration API". Is there a software package, a client library, you can download from OnlineNIC?
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

Post by itsmani1 »

they don't provice anything they, they just say they will provide login info that is login, password, Ip and port and you need to connect us via tcp/ip

Now I don't know what could be the way to make a connection so that i can connect them via TCP/IP connection


thanks for the reply
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Sorry, the question can't be answered here then.
You should ask OnlineNIC for more information about this api.
Post Reply