by adding a php header : " PageHeader("Secure ResolutionRoom", "../includes/header.php.sec");" it changed a very important feature on my page. I have a dropdown box that has 3 options(users). it is defaulted to the user that signed into the page normally. When the user changes the dropdown to show another user, it is supposed to refresh the page with the new information of the user selected from the dropdown.
Instead it redirects to our main searchpage: "https://www.electroniccourthouse.com/search.php?zoom_query="
There is no mention of this link in the code anywhere. I am curious as to why it does this? Does it default somewhere?
I cant believe this happens only when i put that one line for the header in. IF I take it out, it all goes back to normal, and the dropdown works perfect.