Jump to content

Full URI includes # character


beyzad

Recommended Posts

Hi there.

 

I have a program that generate links like this:

 

www.abc.com/#/one/two/three/four/...

 

How can i get the full entered url?

 

I tried all $_SERVER values, but they can't get the string after the # character.

 

Thanks

Link to comment
Share on other sites

Hi.

 

I use this cuz i am doing ajax.

 

You can see a live demo here : www.wikimapia.org

 

for example, if you enter the following url, you will be directed to my place:

 

http://www.wikimapia.org/#lat=36.2880919&lon=59.5514452&z=14&l=16&m=b

 

Thanks.

Link to comment
Share on other sites

I'm not sure you understand.

 

Hashes are used for client side code. They are not actually sent to the server as part of the request. So, the url you posted in your first post makes no sense in relation to server side operations.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.