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
What is difference between single quotes and double quotes in php?
Explain about PHP cookies?
How do I run php?
What is difference between strstr() and stristr() in PHP?
Explain the ternary conditional operator in php?
Php code to find whether a number armstrong or not?
What is session and why do we use it?
What does $_cookie mean?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
What does php mean?
hello all, I need some sample placement papers in lion bridge.. can anyone help me?
What is cookies php?
What is the actually used php version?
What is the use of $_server and $_env?
What does $globals means?