PHP get URL content -


i have url

http://localhost/ifocus/v3/services.php#nav-section2 

i want hashtags url, ex : if url contains "#" capture via php

nav-section2

when

echo $_server['request_uri'];  // output /ifocus/v3/services.php  

you can't detect hash parameter of url in php, need use javascript.

you make jquery call php passes hash data (window.location.hash) php script url parameter , return true/false though.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -