
17/01/2008, 10:25
|
 | | | Fecha de Ingreso: mayo-2007 Ubicación: Buenos Aires
Mensajes: 111
Antigüedad: 17 años, 10 meses Puntos: 1 | |
Re: Problema al subir imagenes Para mi deberías crear otro campo en la misma tabla y que quede así:
`id` int(11) NOT NULL auto_increment,
`user` char(20) NOT NULL,
`pass` char(20) NOT NULL,
`nombre` char(20) NOT NULL,
`apellidos` char(50) NOT NULL,
`email` char(50) NOT NULL,
`fechan` date NOT NULL, `foto` char(20) NOT NULL, |