Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/10/2007, 08:34
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: Problema con Array en formulario

Esta es una sentencia para hacer una tabla:
Código:
CREATE TABLE `tabla` (
  `id` bigint unsigned NOT NULL auto_increment,
  `texto` varchar(255) NOT NULL,
  `numero` bigint(20) NOT NULL,
  PRIMARY KEY  (`id`)
);
Checa contra tu script y ve que es lo que te hace falta.

Saludos.