Ok, I have two files. They are EXACTLY SUCH.
First file: http://iadsonline.com/servconfig.php
And the second file: http://xzerox.info/servconfig.php
However, when I use md5_file () to get MD5, they return two different MD5.
The first returns cc7819055cde3194bb3b136bad5cf58d , which is incorrect, and the second returns 96a0cec80eb773687ca28840ecc67ca1 , which is correct.
The file is simply
To check, I used this code:
$contents = file_get_contents($URL); echo htmlentities($contents);
And they both return
So why does he hash them differently?
php md5
Rob
source share