i want to get game server details like current map and players from a server but couldnt figure the logic behind this.
for example:
http://www.game-monitor.com/cstrike_GameServer/212.175.66.69:27015/FeeL_The_ForCe_PrO.html
as you aware the server ip and port is 212.175.66.69:27015 in this example.
I’m using PHP!
Check out this documentation, http://developer.valvesoftware.com/wiki/Server_queries
As far as the PHP part, http://php.net/manual/en/function.socket-create.php, should be useful to you.