Guest User

Untitled

a guest
Jul 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php
  2. require_once 'linklist.class.php';
  3. require_once 'index.php';
  4.  
  5. $filename = $_POST['filename'];
  6. $hash = hash(md5, $filename);
  7. echo "$hash";
  8.  
  9. $theList->insertFirst($filename, $hash);
  10.  
  11. ?>
Add Comment
Please, Sign In to add comment