Navigation Sidebar

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

    Navigation Sidebar

    Hi

    I have seen on numerous websites a navigation sidebar, where you click a
    link which expands and shows related links underneath as in
    - Main Topic 1
    Subtopic
    Subtopic
    + Main Topic 2
    + Main Topic 3
    Is this sort of thing possible in PHP? I am quite new to web programming but
    would like to be able to include something like this in a site I am
    creating. Using PHP 4, MySQl 5 and Apache 2
    Tia
    Tony


  • Alex

    #2
    Re: Navigation Sidebar

    PHP is a server side language. All of the processing takes place in
    the server before your web browser sees any HTML. This function you
    are describing can be accomplished with Javascript and even css. The
    only use for PHP on this would be if you are building the menu from
    database rows.

    Google dynamic menus.

    Alex
    Blogger ist ein Veröffentlichungs-Tool von Google, mit dem du ganz einfach deine Gedanken der Welt mitteilen kannst. Mit Blogger kannst du problemlos Texte, Fotos und Videos in deinem persönlichen Blog oder deinem Team-Blog veröffentlichen.


    Comment

    Working...