0
Next, it may seem like a basic question but I need to know, I’ll get right to the point:
I have a register of Players and a register of games (tables), usually referenced. I need to know how to do so that a player can select more than one game of his own, that is, in the 'game' field of the 'players' table insert more than one value, in case how many the 'player' decides. I would like a help on how to do this in the database and if possible a starting point to do this in php as well. UTILIZO MYSQL + PHP in development. Thank you
This seems to me a many-to-many ratio, so just create a third table that makes this link. Have studied relational database?
– Woss