List menus

List menus

am 05.12.2006 14:19:48 von David Skyers

------_=_NextPart_001_01C71870.09EFA493
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello,

How do you create a database driven list menu, and record the options
that a user has chosen. And then display the list menu with those chosen
option selected.

Please select from list >PHP 3 ----------------------- >PHP 4 >PHP
5
=20

Regards,

=20
David





------_=_NextPart_001_01C71870.09EFA493--

RE: List menus

am 05.12.2006 15:59:44 von MIGUEL ANTONIO GUIRAO AGUILAR

The solution has been posted before, check the archives!

-----Original Message-----
From: David Skyers [mailto:d.skyers@ucl.ac.uk]
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 record the options
that a user has chosen. And then display the list menu with those chosen
option selected.

Please select from list >PHP 3 ----------------------- >PHP 4 >PHP
5


Regards,


David







Este mensaje es exclusivamente para el uso de la persona o entidad a quien esta dirigido; contiene informacion estrictamente confidencial y legalmente protegida, cuya divulgacion es sancionada por la ley. Si el lector de este mensaje no es a quien esta dirigido, ni se trata del empleado o agente responsable de esta informacion, se le notifica por medio del presente, que su reproduccion y distribucion, esta estrictamente prohibida. Si Usted recibio este comunicado por error, favor de notificarlo inmediatamente al remitente y destruir el mensaje. Todas las opiniones contenidas en este mail son propias del autor del mensaje y no necesariamente coinciden con las de Radiomovil Dipsa, S.A. de C.V. o alguna de sus empresas controladas, controladoras, afiliadas y subsidiarias. Este mensaje intencionalmente no contiene acentos.

This message is for the sole use of the person or entity to whom it is being sent. Therefore, it contains strictly confidential and legally protected material whose disclosure is subject to penalty by law. If the person reading this message is not the one to whom it is being sent and/or is not an employee or the responsible agent for this information, this person is herein notified that any unauthorized dissemination, distribution or copying of the materials included in this facsimile is strictly prohibited. If you received this document by mistake please notify immediately to the subscriber and destroy the message. Any opinions contained in this e-mail are those of the author of the message and do not necessarily coincide with those of Radiomovil Dipsa, S.A. de C.V. or any of its control, controlled, affiliates and subsidiaries companies. No part of this message or attachments may b
e used or reproduced in any manner whatsoever.

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

RE: List menus

am 05.12.2006 16:04:47 von 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 works very well as long as you have a distinct URL for every menu =
item, which is usually the case.
I guess there is a PEAR::DB wrapper that will let you connect and fetch =
the data from a database. I did my own menu class to fetch my own menu =
data and display of using the HTML_Menu.

A good point is also the 'renderers' wich let you create new layouts for =
the very same menu data. this will help you create special menus for =
your customers...

Vincent


-----Original Message-----=20
From: David Skyers [mailto:d.skyers@ucl.ac.uk]
Sent: Tue 5/12/2006 14:19
To: php-db@lists.php.net
Subject: [PHP-DB] List menus
=20
Hello,

How do you create a database driven list menu, and record the options
that a user has chosen. And then display the list menu with those chosen
option selected.

Please select from list >PHP 3 ----------------------- >PHP 4 >PHP
5
=20

Regards,

=20
David

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

RE: List menus

am 05.12.2006 16:14:56 von Bastien Koert

here is a link to one such example

http://www.weberdev.com/get_example-3852.html

Bastien


>From: Miguel Guirao
>To: David Skyers , php-db@lists.php.net
>Subject: RE: [PHP-DB] List menus
>Date: Tue, 05 Dec 2006 08:59:44 -0600
>
>
>
>The solution has been posted before, check the archives!
>
>-----Original Message-----
>From: David Skyers [mailto:d.skyers@ucl.ac.uk]
>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 record the options
>that a user has chosen. And then display the list menu with those chosen
>option selected.
>
> Please select from list >PHP 3 ----------------------- >PHP 4 >PHP
>5
>
>
>Regards,
>
>
>David
>
>
>
>
>
>
>
>Este mensaje es exclusivamente para el uso de la persona o entidad a quien
>esta dirigido; contiene informacion estrictamente confidencial y legalmente
>protegida, cuya divulgacion es sancionada por la ley. Si el lector de este
>mensaje no es a quien esta dirigido, ni se trata del empleado o agente
>responsable de esta informacion, se le notifica por medio del presente, que
>su reproduccion y distribucion, esta estrictamente prohibida. Si Usted
>recibio este comunicado por error, favor de notificarlo inmediatamente al
>remitente y destruir el mensaje. Todas las opiniones contenidas en este
>mail son propias del autor del mensaje y no necesariamente coinciden con
>las de Radiomovil Dipsa, S.A. de C.V. o alguna de sus empresas controladas,
>controladoras, afiliadas y subsidiarias. Este mensaje intencionalmente no
>contiene acentos.
>
>This message is for the sole use of the person or entity to whom it is
>being sent. Therefore, it contains strictly confidential and legally
>protected material whose disclosure is subject to penalty by law. If the
>person reading this message is not the one to whom it is being sent and/or
>is not an employee or the responsible agent for this information, this
>person is herein notified that any unauthorized dissemination, distribution
>or copying of the materials included in this facsimile is strictly
>prohibited. If you received this document by mistake please notify
>immediately to the subscriber and destroy the message. Any opinions
>contained in this e-mail are those of the author of the message and do not
>necessarily coincide with those of Radiomovil Dipsa, S.A. de C.V. or any of
>its control, controlled, affiliates and subsidiaries companies. No part of
>this message or attachments may be used or reproduced in any manner
>whatsoever.
>
>--
>PHP Database Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
>

____________________________________________________________ _____
Not only does WindowsOff to school, going on a trip, or moving? Windows Live
(MSN) Messenger lets you stay in touch with friends and family wherever you
go. Click here to find out how to sign up! Live™ OneCare™ provide
all-in-one PC care to keep your computer protected and well-maintained, but
it also makes creating backup files a breeze. Try it today!
http://www.telusmobility.com/msnxbox/

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php