Jump to content

Rubag

New Members
  • Posts

    4
  • Joined

  • Last visited

Rubag's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Login isn't working. login.php
  2. The keywords are in Dutch, so don't mind that. create.php create_profile.php
  3. the keywords are in dutch so don't look at that. The page is a register page. <html> <head> <title>Create Profile</title> <link rel="stylesheet" href="css/structuur.css"> <link rel="stylesheet" href="css/menubalk.css"> <?php include("connect.php"); ?> </head> <body > <header> <h2 class="header1"> Star Wars profiler </h2> </header> <nav> <ul id="nav-one" > <li><a href="show_profile.php">Show profile</a></li> <li><a href="search_profile.php"> Search profile</a></li> </ul> </nav> <section> <table class="pagina3" width="100%" height="100%" cellpadding="10"> <tr> <td colspan="2"><div align="center"><strong>Vul onderstaande gegevens in en creeƫr je profiel</strong></div></td> </tr> <tr> <td height="100%"> <div align="center"> <form action="create.php" method="POST"> <table class="pagina2" width="100%" height="100%" cellpadding="10"> <tr> <td valign="bottom">Gebruikersnaam: </td> <td><input type="Text" minlenght="6" name="gebruikersnaam"></td> </tr> <tr> <td valign="bottom">Wachtwoord: </td> <td><input type="password" name="wachtwoord"></td> </tr> <tr> <td valign="bottom">Opnieuw wachtwoord: </td> <td><input type="password" name="wachtwoord2"></td> </tr> <tr> <td valign="bottom">Voornaam: </td> <td><input type="Text" name="voornaam"></td> </tr> <tr> <td valign="bottom">Tussenvoegsel: </td> <td><input type="Text" name="tussenvoegsel"></td> </tr> <tr> <td valign="bottom">Achternaam: </td> <td><input type="Text" name="achternaam"></td> </tr> <tr> <td valign="bottom">Leeftijd: </td> <td><input type="Number" name="leeftijd" min="1" max="150" ></td> </tr> <tr> <td valign="bottom"> Wapen </td> <td> <select name="wapen" size="1"> <option>none</option> <option>Pistool</option> <option>LightSaber</option> </select> </td> </tr> <tr> <td valign="bottom"> Model </td> <td valign="bottom">indien lightsaber gekozen kies: none</td> <td> <select name="model" size="1"> <option>none</option> <option>E-11</option> <option>A280c</option> <option>DH-17</option> <option>DL-44</option> <option>DLT-19</option> <option>DLT-19x</option> </select> </td> </tr> <tr> <td valign="bottom"> lightsaber kleur </td> <td valign="bottom">indien pistool gekozen kies: none</td> <td> <select name="ls_color" size="1"> <option>none</option> <option>blauw</option> <option>groen</option> <option>paars</option> <option>rood</option> </select> </td> </tr> <tr> <td valign="bottom"> factie </td> <td> <select name="faction" size="1"> <option>none</option> <option>Republic</option> <option>CSI</option> <option>Empire</option> <option>Rebel</option> <option>Resistance</option> <option>First Order</option> </select> </td> </tr> <tr> <td valign="bottom"><input type="submit" name="submit" value="Registreer"></td> </tr> </table> </form> </div> </td> </tr> </table> </section> <footer> </footer> </body> </html>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.