i am trying to build a membership site where members can select search criteria like male or female and age to view profiles of other members on the system. on the result page i want to dynamically generate thumbnail like immages (smaller images) from an uploaded image of each member. i have tried to do this with php gd function 'imagecopyresized' and while it does successfully resize the image, it appears to only do so for the first or last image cos all the outputted images on the search result page are the same. however, if only one member on the search result has uploaded a profile image t