Forum Moderators: coopster
I do not see how “linking the two tables in populating and querying the DB
For example I need to be sure that user ID 1, will be “attached” to its uploaded pic in order to retrieve it by using user_ID
Further the same user 1 will have many pic that will have indeed a different pic_ID
So the question is how should I write a script that will tie user1 with all of his pics
Knowing that user ID is unique and that each pic has his own ID
Maybe passing also user ID value to img table by adding a third field?