dop83362 2015-08-26 23:23
浏览 29
已采纳

PHP包含的脚本执行就好像它在调用者脚本的目录中一样

I have a site which has a tree as follow:

public_html/
    index.php
    lang.fr.php
    lang.en.php
    lang.php
    description/
        index.php
        lang.fr.php
        lang.en.php
 ... (lots of directory basically like description)

All index.php include lang.php, which is supposed to include each pages' version of lang.fr.php or lang.en.php. However, if I simply put

include("lang.{$lang}.php");

it includes the lang.fr.php of the lang.php's directory.

Is it possible or do I have to put lang.php's content in each pages?

  • 写回答

2条回答 默认 最新

  • dongzhang6677 2015-08-26 23:56
    关注

    assign __DIR__ to a variable before the include, and use that variable to include the appropriate language file

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

报告相同问题?

悬赏问题

  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器
  • ¥15 如何用Labview在myRIO上做LCD显示?(语言-开发语言)
  • ¥15 Vue3地图和异步函数使用
  • ¥15 C++ yoloV5改写遇到的问题
  • ¥20 win11修改中文用户名路径
  • ¥15 win2012磁盘空间不足,c盘正常,d盘无法写入
  • ¥15 用土力学知识进行土坡稳定性分析与挡土墙设计
  • ¥70 PlayWright在Java上连接CDP关联本地Chrome启动失败,貌似是Windows端口转发问题
  • ¥15 帮我写一个c++工程