les voy a poner la tabla para que vean si hay algun error
Código PHP:
CREATE TABLE `directorio` (
`nombre` text NOT NULL,
`apellido` text NOT NULL,
`cumple` text NOT NULL,
`direccion` text NOT NULL,
`telefono` text NOT NULL,
`celular` text NOT NULL,
`oficina` text NOT NULL,
`ext` text NOT NULL,
`otro` text NOT NULL,
`categoria` text NOT NULL,
`comentario` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;