Orionsbelter Posted July 22, 2009 Share Posted July 22, 2009 Ok am confused, when i hash this : 2193123456MelissaP201.50CD19713AID949 I get this: 4932e7c909fbaccea61eab714f71d67aError i should get this: 4932e7c909fbaccea61eab714f71d67a Why is that? Quote Link to comment https://forums.phpfreaks.com/topic/166940-md5-hash-help-please/ Share on other sites More sharing options...
Coreye Posted July 22, 2009 Share Posted July 22, 2009 Some thing in your script is adding the word "Error". Post your code and we might be able to tell you . Quote Link to comment https://forums.phpfreaks.com/topic/166940-md5-hash-help-please/#findComment-880186 Share on other sites More sharing options...
jayjay960 Posted July 22, 2009 Share Posted July 22, 2009 ..What are you talking about? md5('2193123456MelissaP201.50CD19713AID949') does return 4932e7c909fbaccea61eab714f71d67a. You need to be more specific. Show us your code. Quote Link to comment https://forums.phpfreaks.com/topic/166940-md5-hash-help-please/#findComment-880188 Share on other sites More sharing options...
Orionsbelter Posted July 22, 2009 Author Share Posted July 22, 2009 ok its $str="2193123456MelissaP201.50CD19713AID949"; $MD5=md5($str); echo"$MD5"; Quote Link to comment https://forums.phpfreaks.com/topic/166940-md5-hash-help-please/#findComment-880189 Share on other sites More sharing options...
Coreye Posted July 22, 2009 Share Posted July 22, 2009 ok its $str="2193123456MelissaP201.50CD19713AID949"; $MD5=md5($str); echo"$MD5"; When I use the code above, it works correctly. Is that all of the code? Quote Link to comment https://forums.phpfreaks.com/topic/166940-md5-hash-help-please/#findComment-880193 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.