Ver Mensaje Individual
  #5 (permalink)  
Antiguo 19/10/2005, 12:30
Avatar de Txane
Txane
 
Fecha de Ingreso: febrero-2004
Ubicación: Morelia Michoacan
Mensajes: 272
Antigüedad: 20 años, 2 meses
Puntos: 2
Que tu consulta no deberia de ser asi:
Código PHP:
$sqlq "
INSERT INTO usuario( ID_USUARIO,
ID_GRUPO,
NOMBRE,
APELLIDO,
LOGIN,
PAS)
)
VALUES ( "
.$txtnumero.",".
$grupo.",
'"
.$txtnombre."',
'"
.$txtapellido."',
'"
.$txtlogin."',
'"
.$txtpas."')"