logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the functionality of md5 function in PHP?


  • Correct Answer
  • Calculate the md5 hash of a string The hash is a 32-character hexadecimal number I use it to generate keys which I use to identify users etc If I add random no techniques to it the md5 generated now will be totally different for the same string I am using 


  • Technology problems


    Search Results


    • 1. How can we find the number of rows in a result set using PHP?
    • Discuss
    • 2. What is the maximum size of a file that can be uploaded using PHP and how can we change this?
    • Discuss
    • 3. How can we get the browser properties using PHP?
    • Discuss
    • 4. Can we use include ("xyz.PHP") two times in a PHP page "index.PHP"?
    • Discuss
    • 5. What is a .htacces file
    • Discuss
    • 6. What are the differences between GET and POST methods in form submitting?
    • Discuss
    • 7. What is a Session?
    • Discuss
    • 8. How do you destroy a particular or all Sessions?
    • Discuss
    • 9. Explain include(), include_once, require() and require_once.
    • Discuss
    • 10. How can we extract string "abc.com" from a string "https://info@abc.com" using regular _expression of php?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment