Guest User

Untitled

a guest
Jul 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <?php
  2. require_once 'linklist.class.php';
  3.  
  4. $key = $_POST['find'];
  5. $theList->find($key);
  6. ?>
Add Comment
Please, Sign In to add comment