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 the importance of "action" attribute in a html form?
Which operator is used to combine string values in php?
How to get useful error messages in php?
How to set session.gc_maxlifetime properly?
What are form input html tags?
What does php mean?
How do I run a php script in windows?
how to open & closing opening period in fico
What are classes in php?
What is variable give example?
What is the importance of "method" attribute in a html form?
Can I learn php without knowing c?
What is nginx and what is it used for?
Which php framework is best?
When is a conditional statement ended with an endif?