I have a page which can be accessed via URL:
I know how to use the id parameter using $ _GET, but is there a way to reach #Page 1 for me? I have seen the $ _SERVER array and ends REQUEST_URI at id = 3.
I know that I can also replace an additional parameter # 1 page and page = 1, though using a valid URL type is a fair bit of code that is possible if I : I want to save from writing.
Thanks for the help.
No, there is no way the piece part (labeled after #) is not transmitted on the server.
Recover the browser document and then go to the right anchor (if any) in the document.
Comments
Post a Comment