SithLordKyle Posted July 7, 2007 Share Posted July 7, 2007 I'm quite new to MYSQL, still getting the hang of it, but I can write tables and implement the data to a degree. So here's the issue... We have a website where users can register with the site, storing random information about themselves, and offering unique content for those registered users. Which includes games, two in particular. I want to make it so when the users are logged in, they can access the games and their data where they were last at. Granted the users can login from any page, but the games are housed in different folders. Should the games have their own tables separate from the user table? How should/would I link the tables together to get the game pages to access the data needed? Any and all help is much appreciated! Quote Link to comment Share on other sites More sharing options...
fenway Posted July 10, 2007 Share Posted July 10, 2007 Unless the games are truly different, they don't need different tables. Quote Link to comment Share on other sites More sharing options...
SithLordKyle Posted July 11, 2007 Author Share Posted July 11, 2007 Thanks for the information. I wasn't sure if I should use all separate tables or not; a bunch of posts I had read suggested it, but it seemed like a waste. Especially in connecting all the tables. The games are quite different as far as the information they use. But since neither game uses the same information, I can see how using the same table would work. Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.