I need to get the data of an anchor in the url, follow link:
I need this ID 8
that is in the anchor, the problem is that I can not use Javascript to get it.
I need to use only PHP.
I'm using Codeigniter, however, if I use $this->uri->segment()
, it does not recognize the anchor as a segment.