php - Can someone break down exactly what a breadcrumb is and how to implement it?
243
Can someone break down exactly what a breadcrumb is and how to implement it?
<div class="breadcrumb"><a href="shirts.php">Shirts</a> > <?php echo $product["name"]; ?></div>
Answer
Solution:
What a breadcrumb is: you're locating a file on your computer, and the file is in your "Program Files" folder. If you look on the explorer window you will see something like " Computer -> C: Drive -> Program Files " The "computer" and "C Drive" are breadcrumbs because their pieces of a path to get to a destination.
How to implement it: Here's what I think is a helpful website for that: http://www.codeproject.com/Articles/4836/Breadcrumbs-in-ASP-NET