Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mikedee

Pages: [1]
1
Network / Creating a server list for online games
« on: December 20, 2009, 02:56:57 am »
I don't have to deal with mysql directly, the php page will take care of that. What I need is a way to trigger the functions of the php page so that it can work with MySQL table.  :wink:

2
Network / Creating a server list for online games
« on: December 19, 2009, 04:03:04 pm »
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.  :?

3
Network / Creating a server list for online games
« on: December 19, 2009, 07:40:37 am »
Is it possible to create a server list for online games using SFML's network package ?
If so how ?


Great work with SFML btw !  :D

Pages: [1]