I haven't been using MySQL for that long and typically it's just a one-table type of ordeal. Now, however, I have a project that requires experience I don't have just yet.
The script is a mini client upload management system where the admin uploads a file to a user's directory. That's pretty simple if there is one user.
I have multiple users in which I have to create multiple directories for and upload files into their directories. Each upload will put a new directory inside their user folder (which the dir will be named after the auto-increment ID of the row itself).
I am really confused at how to do this.
I have one table setup "storage" for all the users and their files but that can't be right. I wouldn't be able to auto-id every upload to each user specifically this way. I want every user to start with row 1, 2, 3, etc.
I guess that's pretty much the question. How would I go about doing this? I know this may seem confusing or vague but I'm just that new at this :)
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.