Hi...
I got 4 tables
first table: columns r: username, userid, points, etc
2nd table: game_id, game_date, team1, team2, result1, result2
3rd table: user_id, game_id, bet_team1, bet_team2
4th table: team_id, team_name, team_pic
my prob is to get some data out of different tables onto one site!
I wanna have a site with a table on it listing all games with date, teamnames and results. my problem is to get it out of these 4 tables. cause the game-table does have the teams just by id....
Do u have any solutions or tips for me?