Jump to content

Getting the _FULL_ URL


pureDesi

Recommended Posts

I've looked around and couldn't find a solution, and I'm not entirely sure if it's possible.
But is it possible to get the full URL including what's after the hash symbol (#) ?
$_SERVER['QUERY_STRING'] returns everything after the question mark but stops as soon as it hits the # symbol.
Thanks.
Link to comment
https://forums.phpfreaks.com/topic/35062-getting-the-_full_-url/
Share on other sites

I don't think it is under certain circumstances. If you visit the page as
http://www.domain.com/page.php?id=1#home
I think URI could do it. But if you went to the page
http://www.domain.com/page.php?id=1
then click on the a href to #home, you won't be able to tell, because the page has already loaded.

Does that make sense?

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.