Ver Mensaje Individual
  #6 (permalink)  
Antiguo 01/01/2004, 17:14
ivanguillen
 
Fecha de Ingreso: agosto-2003
Ubicación: España
Mensajes: 202
Antigüedad: 20 años, 8 meses
Puntos: 0
Código PHP:
CREATE TABLE `users` (

id intNOT NULL AUTO_INCREMENT ,
nombre char100 NOT NULL,
nick char30 NOT NULL,
pass char30 NOT NULL,
emai char50 NOT NULL,
fecha int15 NOT NULL,
level intNOT NULL ,
intereses longtext NOT NULL ,
aficiones char100 NOT NULL ,
msn char50 NOT NULL ,
yahoo char50 NOT NULL ,
edad charNOT NULL ,
icq char50 NOT NULL ,
url char100 NOT NULL ,
sexo char20 NOT NULL ,
KEY `id` ( `id` ) 
TYPE MYISAM 
Prueba de esta manera aver si te funciona, Ok