07-27-2012, 07:26 PM
|
#1 (permalink)
|
|
The Visitor
Join Date: Jul 2012
Posts: 2
Thanks: 0
|
Different Hashes for same Image
I have two identical images stored in two different servers (dropbox and my own).
however, i realize that
hash("md5",file_get_contents($image1))
hash("md5",file_get_contents($image2))
are returning different hashes for these identical images.
How can i make sure they both return the same string?
|
|
|
|