Question, I am using php and mysql. I am creating a user profile for every member that joins my site. They will be able to upload pics, info, videos, etc, etc. The question I have is this......
Would it be best to create a table that stores each piece of data (pics, video, info, et..etc.) into the table for each user, or would it be best to create a seperate directory for each user, have the data stored in each user's directory, have a reference to each piece of data stored in the table, then when the data is to be used, pull the reference from the table to use the data?
Or is there a different way to go about it?
Please your opinions and advice is greatly needed and appreciated, please?
Thanks!