Ver Mensaje Individual
  #9 (permalink)  
Antiguo 10/08/2006, 10:00
EdgarN
 
Fecha de Ingreso: junio-2005
Mensajes: 146
Antigüedad: 18 años, 10 meses
Puntos: 0
les voy a poner la tabla para que vean si hay algun error

Código PHP:
CREATE TABLE `directorio` (
  `
nombretext NOT NULL,
  `
apellidotext NOT NULL,
  `
cumpletext NOT NULL,
  `
direcciontext NOT NULL,
  `
telefonotext NOT NULL,
  `
celulartext NOT NULL,
  `
oficinatext NOT NULL,
  `
exttext NOT NULL,
  `
otrotext NOT NULL,
  `
categoriatext NOT NULL,
  `
comentariotext NOT NULL
ENGINE=InnoDB DEFAULT CHARSET=latin1
__________________
Edgar Nadal