dpk20361 2017-03-05 19:19
浏览 165
已采纳

$ _SERVER ['PHP_SELF']返回什么? 在Laravel中获得奇怪的行为

I am using Lemp. This code

$url = $_SERVER['PHP_SELF'];

$url is set to the value www.mydomain.com/controller/action.

This is what I expected, since it is the url that the code is being executed.

but this

$pagina = $i + 1;
$url = $_SERVER['PHP_SELF'];
$url .= "/{$pagina}" ;

I get $url set to www.mydomain.com.br/1

My controller and action part of url are gone.

Isn't $_SERVER['PHP_SELF'] a constant.

I forgot to say my intention, I want to get the current url concanate a value that will be used as route parameter: wwww.mydomain.com.br/controller/action/my_route_parameter_concatenated

  • 写回答

3条回答 默认 最新

  • dongtan8979 2017-03-05 19:29
    关注

    If I'm understanding your question correctly, you could use the url() helper function for this:

    url('controller/action/my_route_parameter_concatenated')
    

    https://laravel.com/docs/5.3/helpers#method-url

    Hope this helps!

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 echarts动画效果的问题,请帮我添加一个动画。不要机器人回答。
  • ¥60 许可证msc licensing软件报错显示已有相同版本软件,但是下一步显示无法读取日志目录。
  • ¥15 Attention is all you need 的代码运行
  • ¥15 一个服务器已经有一个系统了如果用usb再装一个系统,原来的系统会被覆盖掉吗
  • ¥15 使用esm_msa1_t12_100M_UR50S蛋白质语言模型进行零样本预测时,终端显示出了sequence handled的进度条,但是并不出结果就自动终止回到命令提示行了是怎么回事:
  • ¥15 前置放大电路与功率放大电路相连放大倍数出现问题
  • ¥30 关于<main>标签页面跳转的问题
  • ¥80 部署运行web自动化项目
  • ¥15 腾讯云如何建立同一个项目中物模型之间的联系
  • ¥30 VMware 云桌面水印如何添加