I'm currently using the following code to generate an active state on links:\[code\]<?php if ($_SERVER["REQUEST_URI"] == "/styles/bracelets.html/"):?>\[/code\]Followed by an else if statement.How would I add a wild card so that the path above includes all pages with a path of: /styles/bracelets.html?p=2, /styles/bracelets.html?p=3 etc.Thanks in advanceSam