duan1396 2013-07-10 18:33
浏览 139
已采纳

PHP - 如何获取URL字符串的最后一段[重复]

I'm trying to extract the last segment of this URL: http://test.com/blog/#segmentIwant (the #segmentIwant is the string I want). The hash tag is generated from a link within the website. Any help is much appreciated!

</div>
  • 写回答

2条回答 默认 最新

  • dsc56927 2013-07-10 18:35
    关注

    Well while you load a page with # tag, php does not know it as # tags on url are treated by basically javascript and are not sent to server. But with a simple AJAX request you can send the value to server on loading the page and get the response through that AJAX response.

    To grab the url with Javascript:

    var url = document.URL;
    

    And try basename() function to get the last part of the sent url with PHP code.

     echo basename( "http://test.com/blog/#segmentIwant" );
    

    Or a simple function in javascript to do it:

    var url = document.URL;
    hashed_string = url.split("#");
    alert(hashed_string[1]);
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 keil的map文件中Image component sizes各项意思
  • ¥30 BC260Y用MQTT向阿里云发布主题消息一直错误
  • ¥20 求个正点原子stm32f407开发版的贪吃蛇游戏
  • ¥15 划分vlan后,链路不通了?
  • ¥20 求各位懂行的人,注册表能不能看到usb使用得具体信息,干了什么,传输了什么数据
  • ¥15 Vue3 大型图片数据拖动排序
  • ¥15 Centos / PETGEM
  • ¥15 划分vlan后不通了
  • ¥20 用雷电模拟器安装百达屋apk一直闪退
  • ¥15 算能科技20240506咨询(拒绝大模型回答)