Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $password = $_POST['clave'];
  2. if ($password !== 12345 ){
  3. echo"
  4. <form action="" method="post">
  5. <input type="password" name="clave">
  6. <input type="submit" value="Enviar">
  7. </form>";
  8. }else{
  9. echo"Clave correcta ";
  10. }
  11.  
  12. Notice: Undefined index: clave
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement