Forum Moderators: coopster

Message Too Old, No Replies

problem with link?

         

skoff

9:05 am on Dec 7, 2008 (gmt 0)

10+ Year Member



Hi guys

i'm trying to do something but it doesnt work... so this why i'm here!

What i want to do is that i need a table with two column. On the left column i will have the list of my games like this :
Game #1
Game #2
Game #3 etc...

On the right column i want that when i click on game #1 to see everyone who scored a goal during this game. So i created a database with a table in it. In my table i have game,goal,team,player, So if you click on game #1 in the left column, you will see the list in the right column of players that scored a goal in this game. Team is there because i'll need it for something later... I really dont know what code i can use to do this... :S i hope someone will be able to help me!

coopster

6:38 pm on Dec 8, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



You use the key from your game to retrieve the goals scored information from your database table that is storing that information.

skoff

10:51 pm on Dec 10, 2008 (gmt 0)

10+ Year Member



thks i tried something and it works thks a lot