griemar Posted January 24, 2007 Share Posted January 24, 2007 What I want to do is create a seperate database for each new member that joins my site. When they fill out the membership form (username/password/ect.) I want to capture their username and create a new database just for that person and withing that database have several pre-determined variables set within.Example: Username: johndoe password: ****** password: ****** <Submit>New database is created using the new users name as the database name and when it's created have the database set variables like starting credits, experience, ect.., ect...If your wondering, this is for a web based game.Thanks, Griemar Quote Link to comment Share on other sites More sharing options...
artacus Posted January 24, 2007 Share Posted January 24, 2007 You're going about this all wrong. Database Design For Mere Mortals is a good book to get you going in the right direction. Quote Link to comment Share on other sites More sharing options...
griemar Posted January 24, 2007 Author Share Posted January 24, 2007 thanks a bunch, I was really starting to wonder myself, but i'm a noob so what do you expect. I never used php or sql before until now, it was always html/cgi. 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.