Guest User

Untitled

a guest
Oct 23rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. mysqli_query($conect, "INSERT INTO Clientes
  2. (nombre,apellido,direccion,provincia,ciudad,zip,fono,email) VALUES
  3. ('$nombre', '$apellido', '$direccion', '$provincia', '$ciudad',
  4. '$zip', '$fono', '$email')");
Add Comment
Please, Sign In to add comment