Advertisement
Guest User

Untitled

a guest
Jun 19th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if ($_GET['user']) {
  2. $user = $_GET['user'];
  3. $password = $_GET['password'];
  4. }
  5. if ($_POST['user']) {
  6. $user = $_POST['user'];
  7. $password = $_POST['password'];
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement