Advertisement
Guest User

Untitled

a guest
Jun 13th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Unfollow all twitter!<br>
  2. Login: <input type="text" name="user"><br>
  3. Senha: <input type="text" name="pass"><br>
  4. <input type="button" onclick="submit" value="Unfollow"><input type="button" onclick="reset" value="Limpar">
  5. <?php
  6. // Get username and password
  7. $user = $_POST("user");
  8. $pass = $_POST("pass");
  9.  
  10. // Set username and password
  11. $username = '$user';
  12. $password = '$pass';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement