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
How to merge values of two arrays into a single array?
if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer
What is the difference between query and inquiry?
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
What is a string in php?
What is factory pattern in php?
Explain me what are the 3 scope levels available in php and how would you define them?
Are php session secure?
What is the best way to test the strpos() return value in php?
What is the use of $_server["php_self"] variable?
Can php variables have numbers?
Tell me when a conditional statement is ended with an endif?
What is the php function that removes the first element of the array and returns it?
What is the difference between print() and echo() in PHP?
Which of the data type is compound datatype supported by PHP?