Ver Mensaje Individual
  #22 (permalink)  
Antiguo 18/11/2006, 21:22
Avatar de BLAH !!
BLAH !!
 
Fecha de Ingreso: septiembre-2003
Ubicación: Región Metropolitana, Santiago, Chile
Mensajes: 706
Antigüedad: 21 años, 5 meses
Puntos: 16
Pregunta no funciona...

mmm... apesar de seguir los pasos que me dijiste no me funciona ... esta es la tabla_ips creada en mi MySql.

Código HTML:
-- 
-- Table structure for table `tabla_ips`
-- 

CREATE TABLE `tabla_ips` (
  `ID` int(10) NOT NULL auto_increment,
  `ip` varchar(25) character set utf8 collate utf8_unicode_ci NOT NULL default '0',
  `idencuesta` int(5) NOT NULL default '0',
  PRIMARY KEY  (`ID`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

-- 
-- Dumping data for table `tabla_ips`
-- 
__________________
Adios ...!!!!