Mysql and PHP Base

Asked

Viewed 40 times

-1

On a Dropbox-style web system (but not for storage), where the user logs in and is already redirected to his HOME (Home), where he has access to its resources.

Some idea of how to work this information, regarding the creation of tables, because I do not know if it is better to have a base and work with prefixes or if each user would have his own table.

  • Welcome to the stack overflow. Could you clarify your question? is not very clear. Read more at [Ask]

1 answer

0


In PHP you will work with the implementation of "SESSIONS" and "CONNECTION WITH THE BANK", it is only from a small search that several contents, as well as ready systems will appear to you.

Regarding your doubt about the database, I think you need to study a little more about relational databases and how to model a good database.

You do not need to create a database for each user, just establish the entities necessary for the system and their respective relationships.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.