
26/06/2008, 14:18
|
 | | | Fecha de Ingreso: agosto-2007 Ubicación: Quito - Ecuador
Mensajes: 1.720
Antigüedad: 17 años, 6 meses Puntos: 28 | |
Respuesta: Contador por click no cuenta!!! hola man, gracia por tu rapida resp...
sigue sin contar.. aqui dejo mis tablas
hits
CREATE TABLE `hits` (
`hitTotal` int(11) NOT NULL default '0',
`hitIP` char(10) NOT NULL,
`hitProductoID` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
y fijate me esta insertando por ip
INSERT INTO `hits` (`hitTotal`, `hitIP`, `hitProductoID`) VALUES
(0, '127.0.0.1', ''),
(0, '127.0.0.1', ''),
(0, '127.0.0.1', ''),
(0, '127.0.0.1', ''),
(0, '127.0.0.1', ''),
(0, '127.0.0.1', ''),
(0, '127.0.0.1', ''),
(0, '127.0.0.1', '');
pero no me da el hit total... ni me carga el id del producto....
__________________ Diseño gráfico, Web, imagen corporativa, publicidad ... |