I did for a site a last 3 pages visited breadcrumb wize...
worked quite well... if you're using PHP that is!

Put this in an include, and append it to each page...
Then use the breacrumb variables in your breadcrumb area....?

$_SESSION[breadcrumb3] = "$_SESSION[breadcrumb2]";
$_SESSION[breadcrumb2] = "$_SESSION[breadcrumb1]";
$_SESSION[breadcrumb1] = $HTTP_REFERER;

Just a thought?

Tris...





"Linda Wells" <[EMAIL PROTECTED]> 
08/04/2005 11:20
Please respond to
[email protected]


To
[email protected]
cc

Subject
RE: [wdvltalk] breadcrumb problem






I was happily hard coding the breadcrumbs until I found that there were 
going to be several ways to reach many of the pages and in this case the 
context in which the user is reading the information is very important. Is 
there a way of determining which page the user came from? If I knew the 
previous page could I display the appropriate breadcrumb trail using some 
kind of if statement?

Linda



************************************************************************
This Internet E-mail is intended solely for the person to whom it is 
addressed. It may contain confidential or privileged information. If you 
have received it in error please notify us immediately by telephone and 
destroy the transmission. You must not copy, distribute or take any action 
in reliance on it.

Aerosystems International               Phone: +44 (0)1935 443000
                                        Fax  : +44 (0)1935 443111
                                        Web  : www.aeroint.com
************************************************************************

____ ? The WDVL Discussion List from WDVL.COM ? ____
To Join wdvltalk, Send An Email To: 
mailto:[EMAIL PROTECTED] or
use the web interface 
http://e-newsletters.internet.com/discussionlists.html/
       Send Your Posts To: [email protected]
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: 
[email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.


____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
       Send Your Posts To: [email protected]
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.

Reply via email to