Is there a way in PHP or JavaScript to determine the full content of the
browser address line, including the information that would tell us if the
link were to an internal part of a page? I'm trying to find the information
in a URL that looks like this:
The closest variable I can find does not include the "#detailed"
ENV["REQUEST_UR I"] /my_page.php?s=n
Thanks,
~Ray
browser address line, including the information that would tell us if the
link were to an internal part of a page? I'm trying to find the information
in a URL that looks like this:
The closest variable I can find does not include the "#detailed"
ENV["REQUEST_UR I"] /my_page.php?s=n
Thanks,
~Ray
Comment