Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/03/2006, 09:55
Avatar de Mickel
Mickel
 
Fecha de Ingreso: mayo-2002
Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 22 años
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... :(