3x5w4rup

Md5 Generator

Jun 1st, 2014
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. <?
  2. # Coded By : Saha95
  3. ?>
  4.  
  5. <form method="POST">
  6. <input type="text" name="gen">
  7. <input type="submit" name="md5" value="Generator">
  8. <!-- Start C0d3 PHP -->
  9. <?
  10. if(isset($_POST['md5']))
  11. {
  12.     $md5 = md5($_POST['gen']);
  13.     echo "<br>";
  14.     echo $md5;
  15.     }
  16. ?>
  17. <!-- End c0d3 php -->
  18. <center> c0d3d by saha95 </center>
Advertisement
Add Comment
Please, Sign In to add comment