Código
<html> <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" /> <header> <h1> <a href=""> <img alt="" src="img/logo3.png"/> </a> </h1> </header> <nav> <ul> </ul> </nav> <body> <div> <hr> </hr> <form method="POST" action="register.php" /> <table> <tr> <td> Name and surname: </td> <td> <input type="name" name="names" /> </td> </tr> <tr> <td> nick: </td> <td> <input type="name" name="nick" /> </td> </tr> <tr> <td> password: </td> <td> <input type="password" name="pass" /> </td> </tr> <tr> <td> repeat password: </td> <td> <input type="password" name="rpass" /> </td> </tr> </table> <input type="submit" name="submit" value="register"/> <input type="reset" value="reset"/> </form> <?php if(isset($_POST['submit'])) { require("register.php"); } ?> </div> </body> <footer id="fade2"> <img src="img/social/vimeo.png" class="youtube" id="fade2"/> <p>© game</p> </footer> </html>
lo del register
Código
<?php $names = $_POST["names"]; $nick = $_POST["nick"]; $pass = $_POST["pass"]; $pass = $_POST["rpass"]; if($reqlen > 0) { if($pass=$rpass) { include("connect_db.php"); echo 'error'; echo 'se ha registrado good'; }else { echo "Introduzca las contraseñas iguales."; } }else { echo "porfavor, rellene todo los campos requeridos." ; } ?>
lo de la conexion
Código
<?php if($link) { } ?>
me podria ayudar como hacerle para lo que registro me lo deje en db