Update multiple records using php mysql

hey all i have a gallery site where i want to be able to update multiple records from the same page/form…

i have a mysql database with tbl_images with imageName, imageComment as 2 of the columns. at present in my admin area i can select to show all images in a particular folder(subDestinationID) and they will list on a page. by each entry i have an edit and a delete buttons. the edit button will take you to a new page where you can edit the data for that image. the delete deletes it and returns to the list.

what i want is to be able to updat the comments and titles all from the page with the list on and so edit all at one time instead of having to edit each comment and title individually…

i have used dreamweaver to build these list and edit pages. comments and title will be different for each image

any help appreciated!!!

hope it makes sense
thanks
c