Program a client/server application in PHP

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
shad24x7@
Forum Newbie
Posts: 2
Joined: Tue Dec 07, 2010 2:45 pm
Location: UK

Program a client/server application in PHP

Post by shad24x7@ »

i need to create a web client server application can I create In PHP? Any help will be welcome.

Thank you
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Program a client/server application in PHP

Post by social_experiment »

shad24x7@ wrote:i need to create a web client server application can I create In PHP?
Yes you can. You have to be more specific with the details of your question, some code, what is the program to do, etc.
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
shad24x7@
Forum Newbie
Posts: 2
Joined: Tue Dec 07, 2010 2:45 pm
Location: UK

Re: Program a client/server application in PHP

Post by shad24x7@ »

social_experiment wrote:
shad24x7@ wrote:i need to create a web client server application can I create In PHP?
Yes you can. You have to be more specific with the details of your question, some code, what is the program to do, etc.
Yah It related to computer network (need to create TCP/IP like in VB.net we can create client and server etc)

I need to create “simpleClientServer” in PHP I have been doing socket programming on this website

http://www.devshed.com/c/a/PHP/Socke...ming-With-PHP/

What else I can do with PHP which is related to networking?
Can I create two FTP sites together?
Network Monitor etc anything……

I am not a coding person but I am learning PHP now and I just need to do simple coding.


thank you
Post Reply