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
Tell me what is the use of "enctype" attribute in a html form?
How to add 301 redirects in PHP?
What will the ?getdate() function returns in PHP?
Is jquery better than javascript?
What is the apache?
Explain about the connective abilities of the PHP?
What is a php tag?
Is gender a dependent variable?
Tell me what is the main difference between require() and require_once()?
Explain array_uintersect()?
What is composer install?
What is a controller in php?
What is namespaces in PHP?
Can you convert php to html?
How long is a php session valid?