Posted by Cleverbum on 08/16/06 08:15
I wanted to check if two images on my server were the same, and had the bright idea of using: $a=imagecreatefromjpg("1.jpg"); $b=imagecreatefromjpg("2.jpg"); if($a==$b){ echo "they match"; }else{ echo "they don't match"; } But that won't work, I obviously can't use equality to compare them, but is there a way that I can?
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming