Guest User

Untitled

a guest
Jan 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $consulta = "INSERT INTO registros(rut, nombre, apellido, email, contraseña) VALUES
  2. ('15342320K', 'Fabian', 'Ruiz', 'p.ruis@gmail.com', 'FR2016')";
  3.  
  4. $ejecutar = mysql_query($consulta,$conexion) or die('Error al insertar datos');
  5. echo "Se insertaron los datos correctamente";
Add Comment
Please, Sign In to add comment