Ver Mensaje Individual
  #20 (permalink)  
Antiguo 12/11/2009, 12:35
agomchavi
 
Fecha de Ingreso: octubre-2009
Mensajes: 18
Antigüedad: 14 años, 6 meses
Puntos: 0
Respuesta: Insertar contador de visitas automaticamente

CREATE TABLE `visitas_noticias` (
`not_ID` int(11) NOT NULL,
`fecha_visitas` date NOT NULL,
PRIMARY KEY (`not_ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;