Advertisement
adamec

Urlap

Jan 21st, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.94 KB | None | 0 0
  1. <html>
  2. <head></head>
  3.  
  4. <body>
  5.  
  6.     <h1 align = "center">
  7.         Kérjük adja meg a kért adatokat!
  8.     </h1>
  9.    
  10.     <p>
  11.         <form action = "engine.php", method = "POST">
  12.            
  13.             <input type = "text", name = "nev", placeholder = "Teljes név">
  14.         <br>
  15.             <input type = "text", name = "szulhely", placeholder = "Születési hely">
  16.         <br>
  17.             <input type = "text", name = "szulido", placeholder = "Szül. idő. ÉÉÉÉ-HH-NN">
  18.         <br>
  19.             Férfi:<input type = "radio", name = "nem", value = "ferfi">
  20.             Nő:<input type = "radio", name = "nem", value = "no">
  21.         <br>
  22.             <input type = "password", name = "password", placeholder = "Password">
  23.         <br>
  24.             <input type = "password", name = "repassword", placeholder = "Re-enter password">
  25.         <br>
  26.             <input type = "submit", name = "submit">
  27.            
  28.         </form>
  29.        
  30.         <form action = "query.php">
  31.         <input type = "submit", name = "lekerdezes" value = "Eddigi adatok listázása">
  32.         </form>
  33.            
  34.        
  35.        
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement