How can we fetch the full URL with the # symbol using PHP?
or how can only fetch the text after "#" from URL using PHP?
Suppose, we get the below link
https://stackoverflow.com/questions/ask#test
then we need the fetch "test" from URL.
How can we fetch the full URL with the # symbol using PHP?
or how can only fetch the text after "#" from URL using PHP?
Suppose, we get the below link
https://stackoverflow.com/questions/ask#test
then we need the fetch "test" from URL.