scmeeker Posted June 17, 2010 Share Posted June 17, 2010 I would like to incorporate breadcrumbs into my website and was wondering if someone could point me in the right direction for some good reference pages? I'm not having much luck with googling. I saw a couple out there and I would like to be able to test this on my server at home and not have to upload it to a live server yet. Any suggestions? Thanks! Link to comment https://forums.phpfreaks.com/topic/205002-help-with-breadcrumbs/ Share on other sites More sharing options...
scmeeker Posted June 17, 2010 Author Share Posted June 17, 2010 I was able to incorporate a breadcrumbs moving from one page to the next but not multiple pages. Any suggestions? Link to comment https://forums.phpfreaks.com/topic/205002-help-with-breadcrumbs/#findComment-1073472 Share on other sites More sharing options...
scmeeker Posted June 17, 2010 Author Share Posted June 17, 2010 I used this code for creating a single breadcrumb trail. Do I need to modify this in order to make it work throughout? Is there another way? I'm new to PHP so your advice is much appreciated. Thanks! $display_block .= "<p><strong><em>You are viewing:</em><br/> <a href=\"listtest5.php?cat_id=".$cat_id."\">".$cat_title."</a> > ".$item_title."</strong></p> <table cellpadding=\"3\" cellspacing=\"3\"> <tr>"; Link to comment https://forums.phpfreaks.com/topic/205002-help-with-breadcrumbs/#findComment-1073474 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.