Advertisement
Guest User

HelpU

a guest
Mar 26th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. $password = $_POST['password'];
  2. $id = $_POST['id'];
  3. $sql = «UPDATE users SET password = ‘$password’ WHERE user_id = $id»;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement