doushang1964 2012-05-14 18:18
浏览 22

在不使用整个URL的情况下包含member.php

I have a folder called users. Users contains this:

*username*/index.php
member.php

*username* is the username of someone who has signed up. There are several *username* folders and they all contain index.php.

Since index.php in *username*/ is past member.php, how do I include member.php in index.php without using the whole URL? I already tried users/member.php and /users/member.php, but it says the directory doesn't exist. I can't use the whole URL, because it messes up my PHP. How do I include member.php without using the whole URL?

  • 写回答

3条回答 默认 最新

  • doukuangxiu1621 2012-05-14 18:21
    关注

    As long as username/index.php doesn't change the current working directory, you can simply use a relative path:

    include '../members.php';
    

    If it does change the cwd, just include the relative path from whatever the cwd is. You can find out what the current working directory of a script is by:

    echo getcwd();
    
    评论

报告相同问题?

悬赏问题

  • ¥15 winform的chart曲线生成时有凸起
  • ¥15 msix packaging tool打包问题
  • ¥15 finalshell节点的搭建代码和那个端口代码教程
  • ¥15 用hfss做微带贴片阵列天线的时候分析设置有问题
  • ¥15 Centos / PETSc / PETGEM
  • ¥15 centos7.9 IPv6端口telnet和端口监控问题
  • ¥120 计算机网络的新校区组网设计
  • ¥20 完全没有学习过GAN,看了CSDN的一篇文章,里面有代码但是完全不知道如何操作
  • ¥15 使用ue5插件narrative时如何切换关卡也保存叙事任务记录
  • ¥20 海浪数据 南海地区海况数据,波浪数据