how to get bookmarks from URL
-
I need to get the full url appearing in the address box:
For instance:
http://myblog.com/test/?p=8&cpage=1#comments
But I can’t. I manage onlu to get
http://myblog.com/test/?p=8&cpage=1
using $_SERVER
How can I get the remaining part? i.e. : #comments
Do you know?
The blog I need help with is: (visible only to logged in users)
-
- The topic ‘how to get bookmarks from URL’ is closed to new replies.