Guest User

Untitled

a guest
Feb 17th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $sql = "INSERT INTO `usuarios` (`id`, `nombre`, `ap`) VALUES ('$nom','$ape')";
  2.  
  3. $sql = "INSERT INTO `usuarios` (`nombre`, `ap`) VALUES ('$nom','$ape')";
Add Comment
Please, Sign In to add comment