Populating DHTML menu from MySQL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jason

    Populating DHTML menu from MySQL

    I have a client that would like to have drop down menus added to a nav
    bar that is generated from MySQL. Is it possible to have a dynamically
    driven DHTML menu from MySQL?

    example link

  • Alvaro G Vicario

    #2
    Re: Populating DHTML menu from MySQL

    *** Jason wrote/escribió (22 Jan 2004 08:10:35 -0800):[color=blue]
    > I have a client that would like to have drop down menus added to a nav
    > bar that is generated from MySQL. Is it possible to have a dynamically
    > driven DHTML menu from MySQL?[/color]

    MySQL has some functions to deal with strings and you can always generate
    the HTML output you want. However, why would anyone want to complicate his
    life so much? The usual procedure is to make use of a server side scripting
    language with database access (like Perl, PHP...).


    --
    --
    -- Álvaro G. Vicario - Burgos, Spain
    --

    Comment

    • Jason

      #3
      Re: Populating DHTML menu from MySQL

      I think my first post wasn't that clear. I agree with what your saying
      as well, but the client is always right. ;)

      Here is a sample of the code I was looking for.
      Download PHP Layers Menu for free. A DHTML menu system providing also accessibility (no-JavaScript) solutions.






      Alvaro G Vicario <alvaro_QUITAR_ REMOVE@telecomp uteronline.com> wrote in message news:<4bw6n2bra 04d$.1mb4wbdmqt t9f.dlg@40tude. net>...[color=blue]
      > *** Jason wrote/escribió (22 Jan 2004 08:10:35 -0800):[color=green]
      > > I have a client that would like to have drop down menus added to a nav
      > > bar that is generated from MySQL. Is it possible to have a dynamically
      > > driven DHTML menu from MySQL?[/color]
      >
      > MySQL has some functions to deal with strings and you can always generate
      > the HTML output you want. However, why would anyone want to complicate his
      > life so much? The usual procedure is to make use of a server side scripting
      > language with database access (like Perl, PHP...).
      >
      >
      > --[/color]

      Comment

      Working...