Hi guys,
I am total newbie to php and mysql. I am not asking for any spoonfeeding i really just need to understand the concept.
I will try to keep my query very simple.
1) A user (call it user_A) posts a image on my website
2) all other users (those who are interested) will post some other image in response to step 1.
3) I want user_A to be able to see all the images in response to his image but shown cleanly on the page. Not like comments, but should be shown in multiple rows with other users display name above them.
Can someone pls guide me a little, which part of php and mysql do i need to focus to get it done
kindly guide me


