Ver Mensaje Individual
  #5 (permalink)  
Antiguo 13/05/2005, 07:06
artaniz
 
Fecha de Ingreso: junio-2004
Mensajes: 80
Antigüedad: 19 años, 10 meses
Puntos: 0
Navegacion por directorios partiendo que navegas por categorias generadas desde una tabla de mysql

CREATE TABLE `categorias` (
`id` smallint(5) unsigned NOT NULL auto_increment,
`categoria` varchar(255) NOT NULL default '',
KEY `id` (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;