
08/03/2006, 09:55
|
 | | | Fecha de Ingreso: mayo-2002 Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 22 años, 10 meses Puntos: 7 | |
create table noticias (
id_noticia int(4) auto_increment not null,
autor varchar(255),
titulo varchar(255),
categoria varchar(255),
fecha datetime not null,
noticia blob,
primary key(id_noticia)
)
__________________ No tengo firma ahora... :( |