I would like to create a database per (registered) user with multiple tables.
Can I automate this process by creating the database via php?
The databases created with cpanel have my username prefixed.
Is this a function of cpanel? or something else behind the scenes?.
If i am able to create databases via php, should i create the database with or without the prefix within my code?
If this sounds like a bad idea, or if I'm monkeying with things that shouldn't be monkeyed with let me know.