RE: [PHP-DB] List menus

2006-12-05 Thread Bastien Koert
here is a link to one such example http://www.weberdev.com/get_example-3852.html Bastien From: Miguel Guirao <[EMAIL PROTECTED]> To: David Skyers <[EMAIL PROTECTED]>, php-db@lists.php.net Subject: RE: [PHP-DB] List menus Date: Tue, 05 Dec 2006 08:59:44 -0600 The solution has

RE: [PHP-DB] List menus

2006-12-05 Thread Vincent DUPONT
Hello, there is a very good menu to do this : see PEAR html_menu (see http://pear.php.net, search for package HTML_Menu) this has various menu types. One is the 'tree' (vertical list), the other is the 'urhere', which will display the 'You are in:...' menu. I guess this is mhat you need. This w

RE: [PHP-DB] List menus

2006-12-05 Thread Miguel Guirao
The solution has been posted before, check the archives! -Original Message- From: David Skyers [mailto:[EMAIL PROTECTED] Sent: Martes, 05 de Diciembre de 2006 07:20 a.m. To: php-db@lists.php.net Subject: [PHP-DB] List menus Hello, How do you create a database driven list menu, and rec