I need an anchor on a form action to get my page to locate properly in the browser. (I do a select lookup and propogate another select). Now that I have added the anchor:
SimpleSearch.php#StateSelect
my form only reloads and doesn't perform the right action:
isset($_POST['Submit'])
is not working properly with the anchor.
Does someone know how to work with anchors and not mess up the php?