![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
13/05/2005, 07:06
|
| | Fecha de Ingreso: junio-2004
Mensajes: 80
Antigüedad: 20 años, 8 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 ; |