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
Explain the difference between unlink() and unset()?
How to find the length of a string?
What is nginx and what is it used for?
What is final in php?
How can I display text with a php script?
What is session and why do we use it?
Is age an interval or ratio?
What is the difference between die () and exit () in php?
What is isset post?
What is helper library?
What is difference between explode() or split() in PHP?
Explain what is meant by pear in php?
How to replace a substring in a given string in php?
What is api laravel?
Is php a programming language?