There are 50 images on which you can Add / Delete comment , Which is a better way for implementation ?
1) Create an individual form for each image . Add the data to form and post it ? (50 forms would be created & 50 for deleting i think )
2) Use Jquery to select the text from the text box and ID and then post it using Ajax ?
I think the site
is using Approach 1 and
us using Approach 2 ? Which one is better ?