Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how can I use bread crumb in PHP ?

Answer Posted / latha

<?php
session_start();
include("./Breadcrumb.php");
$trail = new Breadcrumb();
$trail->add('Home', $_SERVER['PHP_SELF'], 0);

//Sample CSS
echo "
<style>
#breadcrumb ul li{
list-style-image: none;
display:inline;
padding: 0 3px 0 0;
margin: 3px 0 0 0;
}
#breadcrumb ul{
margin:0;padding:0;
list-style-type: none;
padding-left: 1em;
}
</style>
";

//Now output the navigation.
$trail->output();
?>

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between single quotes and double quotes in php?

952


Explain about PHP cookies?

1107


How do I run php?

1025


What is difference between strstr() and stristr() in PHP?

1035


Explain the ternary conditional operator in php?

1145


Php code to find whether a number armstrong or not?

1012


What is session and why do we use it?

1106


What does $_cookie mean?

1094


What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?

981


What does php mean?

1030


hello all, I need some sample placement papers in lion bridge.. can anyone help me?

2117


What is cookies php?

1020


What is the actually used php version?

1180


What is the use of $_server and $_env?

1109


What does $globals means?

966