I need to be able to work with an a database file on my website.
My application would allow users to create their own characters to be used in my games
and also SHARE their custom characters with other users.
To do this, I will need to be able to CREATE a NEW database when a user wants to design
their own characters. Each user would get their own database and each table within the
database would include custom images, and attributes..
Can I create a DEFAULT database on my website server, then just copy that database file to a
new folder for the user? Then, connect to that copy of the database which could be modified by
the users?
PLEASE HELP !!!