Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?
- # Coded By : Saha95
- ?>
- <form method="POST">
- <input type="text" name="gen">
- <input type="submit" name="md5" value="Generator">
- <!-- Start C0d3 PHP -->
- <?
- if(isset($_POST['md5']))
- {
- $md5 = md5($_POST['gen']);
- echo "<br>";
- echo $md5;
- }
- ?>
- <!-- End c0d3 php -->
- <center> c0d3d by saha95 </center>
Advertisement
Add Comment
Please, Sign In to add comment