Contact: aviboots(AT)netvision.net.il
39,959 questions
51,901 answers
573 users
// string md5_file( string $filename [, bool $raw_output = false ] ) $file = 'd:\\data.txt'; echo md5_file($file); /* run: 08065798f6f07031cc582df061a1cf13 */