![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
22/07/2011, 15:54
|
![Avatar de Most](http://static.forosdelweb.com/customavatars/avatar292184_2.gif) | | | Fecha de Ingreso: marzo-2009
Mensajes: 642
Antigüedad: 15 años, 10 meses Puntos: 6 | |
Respuesta: no jme escribe en la BD Cita: CREATE TABLE `noticias` (
`id_noticia` int(4) NOT NULL auto_increment,
`autor` varchar(255) collate latin1_german2_ci default NULL,
`titulo` varchar(255) collate latin1_german2_ci default NULL,
`categoria` varchar(255) collate latin1_german2_ci default NULL,
`fecha` datetime NOT NULL,
`noticia` blob,
KEY `id_noticia` (`id_noticia`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_german2_ci AUTO_INCREMENT=1 ; |