Not a Member Yet,
Click here to Register

ID: 517
Viewed: 3790
Added: Nov 03, 2003
Version: 1.0
Snippet uploaded by: Martyn Coupland
Written By: DA Master
Demo: Sorry, no demo



User Rated at: 4 Stars4 Stars4 Stars4 Stars
Rate This:

Thank you for your vote. Please wait...

It appears you already voted for this snippet

It appears your vote value was empty

This small snippet will calculate the MD5 Hash of a user inputed value.

<!---Head--->
none

<!---Body--->


 <?php

/* MD5 Hash Calculation Script */

if($submit) // If submit is it calulate and echo the MD5 hash of the value
{
$value = md5($str);

echo $value;
} else { ?>
<!-- If submit hasn't been hit the show the input form -->
<form method="POST" action="<?php $_SERVER['PHP_SELF']; ?>">
String: <input type="text" name="str" size="20"><br>
<input type="submit" value="Hash It!" name="submit">
<input type="reset" value="Reset" name="reset">
</form>
<?php } ?>


No Comments to show

Please completely fill out the form below if you want to review this snippet. All reviews are subject to validation.


Replying to a Comment...


Adding your comment. Please wait...

Thanks for adding your comment!. After further review it will be added.

There was a problem adding your comment. Please try again.

Please complete all the fields in the form before sending.

© 2002 - 2024 snippetlibrary.com All Rights Reserved. Conditions
Do NOT follow this link or you will be banned from the site!