This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"player_id": 5, | |
"access_key": "5456481caaeb7b24fcb2ab920c8acd12ccd9fd0a719bcf468540a78b8bd55d13" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"access_key": "5456481caaeb7b24fcb2ab920c8acd12ccd9fd0a719bcf468540a78b8bd55d13", | |
"team_id": 1, | |
"game_password": "abc123" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"player": { | |
"created_at": "2011-05-22T00:56:35Z", | |
"updated_at": "2011-05-22T02:31:55Z", | |
"username": "Jon", | |
"id": 5, | |
"direction": 5, | |
"team_id": 1, | |
"email": "[email protected]" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"team": { | |
"players": [ | |
{ | |
"created_at": "2011-05-22T00:56:35Z", | |
"updated_at": "2011-05-22T02:31:55Z", | |
"username": "Jon", | |
"id": 5, | |
"team_id": 1, | |
"direction": 5, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"player_id": 5, | |
"access_key": "5456481caaeb7b24fcb2ab920c8acd12ccd9fd0a719bcf468540a78b8bd55d13", | |
"name": "THE GAME", | |
"owner_id": 2 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"player_id": 5, | |
"access_key": "5456481caaeb7b24fcb2ab920c8acd12ccd9fd0a719bcf468540a78b8bd55d13" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"game": { | |
"name": "THE GAME", | |
"created_at": "2011-05-22T01:17:51Z", | |
"end_time": null, | |
"teams": [ | |
{ | |
"name": "Team Jacob", | |
"created_at": "2011-05-22T01:42:31Z", | |
"updated_at": "2011-05-22T01:53:11Z", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"leader_id": 5, | |
"access_key": "5456481caaeb7b24fcb2ab920c8acd12ccd9fd0a719bcf468540a78b8bd55d13", | |
"points": 11 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$db_host='dbserver'; | |
$db_name='dbame'; | |
$db_user='dbuser'; | |
$db_passwd='dbpassword'; | |
mysql_connect($db_host, $db_user, $db_passwd) | |
or die('Could not connect: ' . mysql_error()); | |
mysql_select_db($db_name) or die('Could not select database'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"flour":"2 cups", | |
"milk":"35 cups"} |