Need advice on aproaching a project
Hi all,
I need to figure out how to do certain things I have never tried using PHP and MySQL
Basically I am putting a site together that will need to hold information in one field.
For example, a user uploads a set of photos, but there is only one field, I know I need to create some kind of Array and explode function, but is this the best way?
Also is it better to hold the image in the database or in files on the server?
Also say if I want my user to know how many people have viewed their photos, do I add the database field in the user or photo table, and how would I append that with each view?
If someone has favourited one of my photos how can insert in to the database the number of times it has been favourited?
If I add people as my friend like in twitter or facebook how can I get a list of friends listed in the database?
I know these are really basic and silly questions.
I hope someone can point a few things out.
Thanks
