Menu/submenu

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sinan Sigurd Tanilkan

    Menu/submenu

    Hi,

    I wish to make a menu (in php), and every time a menu-item is selected, a
    sub-menu will be visible.

    Any ideas?

    Regards
    Sinan
  • CountScubula

    #2
    Re: Menu/submenu

    set a cookie, session var, or item on the url w/ get

    --
    Mike Bradley
    http://www.gzentools.com -- free online php tools
    "Sinan Sigurd Tanilkan" <sinant@ifi.uio .no> wrote in message
    news:Pine.GSO.4 .58.04012319424 70.10554@sjau.i fi.uio.no...[color=blue]
    > Hi,
    >
    > I wish to make a menu (in php), and every time a menu-item is selected, a
    > sub-menu will be visible.
    >
    > Any ideas?
    >
    > Regards
    > Sinan[/color]


    Comment

    • Guest's Avatar

      #3
      Re: Menu/submenu

      "Sinan Sigurd Tanilkan" <sinant@ifi.uio .no> wrote in message
      news:Pine.GSO.4 .58.04012319424 70.10554@sjau.i fi.uio.no...[color=blue]
      >
      > I wish to make a menu (in php), and every time a menu-item is selected, a
      > sub-menu will be visible.
      >
      > Any ideas?[/color]

      Your statement "every time a menu-item is selected" implies a client-side
      action. PHP is server-side. I think the best you can do is to use PHP to
      generate DHTML code which will be acted upon by the client (browser).


      Comment

      Working...