Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: torkil
  • Content: Threads
  • Order by date
  1. torkil

    How to decode md5

    Hi there! A quick question. if I encode a string with md5 like this: $string = "Hello World!"; $encoded_string = md5($string); $decoded_string = ????? How do I decode $encoded_string??

Part and Inventory Search

Back
Top