Breadcrumb useing html variable
Posted: Sat Mar 14, 2009 10:38 pm
ok heres my problem
I have 2 differnt sets of links each with vairiable included
IE
menu 1
Menu 2
when the first menu is clicked on it only dispalys the state but when the second menu is clicked on it displays both the sate and the service displaying it in the same manner as the breadcrumb trail at the top of this page "Board index » Programming » PHP - Code". Can anyone PLEASE help me to figure this one out? Im using SWITCH at the moment and can get one or the other menu to display its location but not both. Grrr Im going out of my head
I have 2 differnt sets of links each with vairiable included
IE
menu 1
Code: Select all
<a href=USA.php?state = texas> TEXAS </a>
<a href=USA.php?state = california> CALIFORNIA </a>Code: Select all
< a href=USA.php?service = church> Churches </a>
< a href=USA.php?service = hospital> Hospitals </a>when the first menu is clicked on it only dispalys the state but when the second menu is clicked on it displays both the sate and the service displaying it in the same manner as the breadcrumb trail at the top of this page "Board index » Programming » PHP - Code". Can anyone PLEASE help me to figure this one out? Im using SWITCH at the moment and can get one or the other menu to display its location but not both. Grrr Im going out of my head