Hello! I have a page which is called by: <A HREF="/myfolder/mypage.php4?MyVar1=Something&MyVar2=Someother#JumpHere">
Now I want to get the Anchor "#JumpHere" (which could be different each time) in mypage.php4. With PATH_INFO, I only get "/myfolder/mypage.php4"; With QUERY_STRING, I only get "MyVar1=Something&MyVar2=Someother" With PhpInfo, I couldn't find any "JumpHere". Any ideas how I can get the anchor in a php-page? Martin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php