How can I get the value of the URL hash (eg \"PARAMETERS\" in url \"page.html#PARAMETERS\") on the server in PHP?
\"PARAMETERS\"
\"page.html#PARAMETERS\"
You can't, unless you got something client-side to explicitly transfer it to you. The fragment part is only handled by the browser.