Breadcrumb navigation script in PHP

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Breadcrumb navigation script in PHP

    Hi

    I've just spent about 4 hours looking in vain for a PHP based breadcrumb
    navigation script. There are loads available but they all seem to show the
    visitor's current page position within the site folder/file heirarchy.

    I'm designing a site with two separate but related areas. Visitors will be
    travelling directly back and forth between webpages in the two areas. This
    means that any breadcrumb script that shows the page position within the site
    heirarchy will not accurately display the route the visitor has taken through
    the site.

    I'm looking for a script that will do exactly this: show the last (say) 4
    pages that the visitor has seen regardles of where they are in the site
    structure. I know this is doing exactly the same as the browser 'back' button
    but I'd like to offer the facility, in the interests of usability. Theres a
    Coldfusion extention 'backward_navigation' that appears to do exactly what I
    need but, of course, not available in PHP.

    I'd really appreciate it if anyone could point me in the direction of a
    suitable script.

    Thanks in advance

    Martin

    mpjx Guest

  2. Similar Questions and Discussions

    1. Breadcrumb Trail (Konw i now the name...)
      Now i know the name of my doubt: Breadcrumb Trail. Is there a tool to create automatically this? thanks
    2. Want recursive SQL query function to generate breadcrumb navigation to top level
      I'd want to make a custom class that will generate breadcrumb navigation for my site via a recursive query, e.g. Home > Page1 > Subpage 1. I've...
    3. Breadcrumb
      I am trying to figure out how to make dynamic breadcrumb navigation on my Web site. Each of my pages has an ID and a ParentID. For example, the...
    4. Breadcrumb Navigation in Flash
      Does anybody know how I can have a single Flash file (a navigation bar) highlight the section you're in once you click on a piece of the navigation?...
    5. Action Script for navigation
      I am working on a Flash training site. My client would like to restrict the student from clicking the foward button unitl they have listened to the...
  3. #2

    Default Re: Breadcrumb navigation script in PHP

    Breadcrumbs don't really "track" where the user has been, they just show them
    where they are in a "hierarchical" structure.

    I am probably wrong, but i would think you'd need to use cookies/session
    variables to do what you want.

    AVMVA Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139