What is the best way to check if an image is unique using PHP? Say I have a directory of about 30 images (about 500*500 pixels), and someone uploads another picture, what is
run a checksum on the file .. if it matches one you already have then its probably the same exact image.