Ver Mensaje Individual
  #3 (permalink)  
Antiguo 03/04/2008, 16:27
metalcliff
 
Fecha de Ingreso: abril-2008
Mensajes: 3
Antigüedad: 16 años, 1 mes
Puntos: 0
Re: me falta solo poder subir fotos para hacer mi blog ajax

la base de datos es esta

Cita:
CREATE TABLE `webref_ajax` (
`id` int(11) NOT NULL auto_increment,
`date` datetime NOT NULL default '0000-00-00 00:00:00',
`description` longtext NOT NULL,
`title` varchar(33) NOT NULL default '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;