I am having trouble figuring out how to detect the #regform at the end of a url and when I use $_SERVER[‘REQUEST_URI’] or $_SERVER[‘QUERY_STRING’] they don’t work.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you mean text after a hashmark, it is called the hash of a link, and does not get sent to the server. You can get it in javascript with
location.hash.