Guest User

Untitled

a guest
Nov 30th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. // verificamos si se han enviado ya las variables necesarias.
  2. if (isset($_POST["username"])) {
  3. $username = $_POST["username"];
  4. $password = md5($_POST["password"]);
  5. $password2 = md5($_POST["password2"]);
Add Comment
Please, Sign In to add comment