Asday Posted July 10, 2007 Share Posted July 10, 2007 Any idea why this: echo "MD5: " . md5_file($_FILES["file"]["file"]); doesn't work? Link to comment https://forums.phpfreaks.com/topic/59272-echo-file-md5/ Share on other sites More sharing options...
trq Posted July 10, 2007 Share Posted July 10, 2007 What is the ouput of... echo "MD5: " . $_FILES["file"]["file"]; Link to comment https://forums.phpfreaks.com/topic/59272-echo-file-md5/#findComment-294386 Share on other sites More sharing options...
Asday Posted July 10, 2007 Author Share Posted July 10, 2007 What is the ouput of... echo "MD5: " . $_FILES["file"]["file"]; "MD5: " Link to comment https://forums.phpfreaks.com/topic/59272-echo-file-md5/#findComment-294390 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.