i am trying to get complete php url.My url is
http://localhost/site/allproducts.php#oral
i can use $_SERVER['REQUEST_URI']; to get uri first part but #oral is not working
my question is how do i get this part of the url
i am trying to get complete php url.My url is
http://localhost/site/allproducts.php#oral
i can use $_SERVER['REQUEST_URI']; to get uri first part but #oral is not working
my question is how do i get this part of the url