fatcodeguy
Programmer
Hi, I'm trying to develop a program that will incorporate 1 server with a MySQL db, and many clients across the internet. Every client will connect to the server and the server will communicate with the server, then relaying the information back to the clients (or just 1 client depending on command passed to server). How do I go about starting this? Thanks for all your help and advice.