I'm sorry, basically what I want is a way to interact with a mySQL database.
This can be done via php, but what I want to know exactly is how to interact with a php page.
For example: that php page has a function called add_server(servername,ip,port) which like the name implies, adds a new server to the server list. I can specify the server name, ip and port variables, but I don't know how I could trigger the function. I'm pretty sure I have to use TCP for the job, but I don't know how exactly. :?