• <tfoot id='zcvRL'></tfoot>

    <legend id='zcvRL'><style id='zcvRL'><dir id='zcvRL'><q id='zcvRL'></q></dir></style></legend>
        <bdo id='zcvRL'></bdo><ul id='zcvRL'></ul>
    1. <small id='zcvRL'></small><noframes id='zcvRL'>

      <i id='zcvRL'><tr id='zcvRL'><dt id='zcvRL'><q id='zcvRL'><span id='zcvRL'><b id='zcvRL'><form id='zcvRL'><ins id='zcvRL'></ins><ul id='zcvRL'></ul><sub id='zcvRL'></sub></form><legend id='zcvRL'></legend><bdo id='zcvRL'><pre id='zcvRL'><center id='zcvRL'></center></pre></bdo></b><th id='zcvRL'></th></span></q></dt></tr></i><div id='zcvRL'><tfoot id='zcvRL'></tfoot><dl id='zcvRL'><fieldset id='zcvRL'></fieldset></dl></div>

        PHP - 相对路径“需要"

        PHP - Relative paths quot;requirequot;(PHP - 相对路径“需要)

        <legend id='coD8L'><style id='coD8L'><dir id='coD8L'><q id='coD8L'></q></dir></style></legend>
              <tbody id='coD8L'></tbody>
              <bdo id='coD8L'></bdo><ul id='coD8L'></ul>

              1. <i id='coD8L'><tr id='coD8L'><dt id='coD8L'><q id='coD8L'><span id='coD8L'><b id='coD8L'><form id='coD8L'><ins id='coD8L'></ins><ul id='coD8L'></ul><sub id='coD8L'></sub></form><legend id='coD8L'></legend><bdo id='coD8L'><pre id='coD8L'><center id='coD8L'></center></pre></bdo></b><th id='coD8L'></th></span></q></dt></tr></i><div id='coD8L'><tfoot id='coD8L'></tfoot><dl id='coD8L'><fieldset id='coD8L'></fieldset></dl></div>
              2. <tfoot id='coD8L'></tfoot>

                <small id='coD8L'></small><noframes id='coD8L'>

                1. 本文介绍了PHP - 相对路径“需要"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我的目录结构如下:

                  blog -> admin -> index.php
                  blog.php
                  db.php
                  functions.php
                  

                  我一直试图在 admin/index.phpinclude(require,真的)blog.php代码>,但面临很多错误.我正在学习 PHP 课程,讲师成功地完成了同样的事情.

                  I have been trying to include (require, really) blog.php in the admin/index.php, but facing lots of errors. I'm following a PHP course, and the instructor does the same thing successfully.

                  admin/index.php:

                  admin/index.php:

                  require "../blog.php";
                  

                  反过来,它的目录中还需要两个文件.

                  which, in turn, requires two more files in its directory.

                  require "db.php";
                  require "functions.php";
                  

                  推荐答案

                  如果你发现相对包含路径没有按预期工作,一个快速的解决方法是在前面加上 __DIR__您尝试包含的路径.

                  If you find that relative include paths aren't working as expected, a quick fix is to prepend __DIR__ to the front of the path you're trying to include.

                  require __DIR__ . "/../blog.php";
                  

                  它相当干净,您不需要修改包含路径或工作目录.

                  It's reasonably clean, and you don't need to modify the include path or working directory.

                  这篇关于PHP - 相对路径“需要"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                  PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                  mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                  Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                  Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                  Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)
                2. <tfoot id='3Wph5'></tfoot>
                        <tbody id='3Wph5'></tbody>

                    1. <i id='3Wph5'><tr id='3Wph5'><dt id='3Wph5'><q id='3Wph5'><span id='3Wph5'><b id='3Wph5'><form id='3Wph5'><ins id='3Wph5'></ins><ul id='3Wph5'></ul><sub id='3Wph5'></sub></form><legend id='3Wph5'></legend><bdo id='3Wph5'><pre id='3Wph5'><center id='3Wph5'></center></pre></bdo></b><th id='3Wph5'></th></span></q></dt></tr></i><div id='3Wph5'><tfoot id='3Wph5'></tfoot><dl id='3Wph5'><fieldset id='3Wph5'></fieldset></dl></div>
                        <legend id='3Wph5'><style id='3Wph5'><dir id='3Wph5'><q id='3Wph5'></q></dir></style></legend>

                        <small id='3Wph5'></small><noframes id='3Wph5'>

                            <bdo id='3Wph5'></bdo><ul id='3Wph5'></ul>