Hi everyone! Thanks for reading my post.
I have 2 questions,
first I have a PHP site where it reads the pages from a folder and shows it in a php frame, for example the contact us page with the file name of contact.php will be shown as http://www.<DOMAIN>?page=contact. and when you go from one line to another the contact changes to the next file name (minus extension).
first question is: my navigation which is an include file has css hover effects and when you click on a link that link should have a different back ground colo (just like daniweb) (see how web development is purple and the rest grey) but how can I get it to do that?
2nd question is how can I add a breadcrumb? all pages comes up as index.php (Home), I am not sure how I can differentiate from the pages.
Thanks for all your help!