• <legend id='X7IhF'><style id='X7IhF'><dir id='X7IhF'><q id='X7IhF'></q></dir></style></legend>

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

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

      • <bdo id='X7IhF'></bdo><ul id='X7IhF'></ul>

        PHP - 包含一个 php 文件并发送查询参数

        PHP - include a php file and also send query parameters(PHP - 包含一个 php 文件并发送查询参数)
        <legend id='d88t1'><style id='d88t1'><dir id='d88t1'><q id='d88t1'></q></dir></style></legend>

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

          <bdo id='d88t1'></bdo><ul id='d88t1'></ul>

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

                  <tbody id='d88t1'></tbody>

                1. 本文介绍了PHP - 包含一个 php 文件并发送查询参数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我必须根据某些条件从我的 php 脚本中显示一个页面.我有一个 if 条件,如果条件满足,我正在做一个包含".

                  I have to show a page from my php script based on certain conditions. I have an if condition and am doing an "include" if the condition is satisfied.

                  if(condition here){
                    include "myFile.php?id='$someVar'";
                  }
                  

                  现在的问题是服务器有一个文件myFile.php",但我想用一个参数(id)调用这个文件,id"的值会随着每次调用而改变.

                  Now the problem is the server has a file "myFile.php" but I want to make a call to this file with an argument (id) and the value of "id" will change with each call.

                  有人可以告诉我如何实现这一目标吗?谢谢.

                  Can someone please tell me how to achieve this? Thanks.

                  推荐答案

                  想象一下 include 是这样的:A copy &粘贴包含的 PHP 文件的内容,然后将对其进行解释.根本没有作用域变化,因此您仍然可以直接访问包含文件中的 $someVar(即使您可能考虑基于类的结构,您将 $someVar 作为参数传递或引用一些全局变量).

                  Imagine the include as what it is: A copy & paste of the contents of the included PHP file which will then be interpreted. There is no scope change at all, so you can still access $someVar in the included file directly (even though you might consider a class based structure where you pass $someVar as a parameter or refer to a few global variables).

                  这篇关于PHP - 包含一个 php 文件并发送查询参数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  How do I pass parameters into a PHP script through a webpage?(如何通过网页将参数传递给 PHP 脚本?)
                  Where can I read about conditionals done with quot;?quot; and quot;:quot; (colon)?(我在哪里可以阅读有关使用“?完成的条件的信息?和“:(冒号)?)
                  Accessing arrays whitout quoting the key(在不引用键的情况下访问数组)
                  What is the name for the quot;lt;lt;lt;quot; operator?(“lt;lt;lt;的名字是什么?操作员?)
                  default as first option in switch statement?(默认为 switch 语句中的第一个选项?)
                  Weak typing in PHP: why use isset at all?(PHP 中的弱类型:为什么要使用 isset?)
                  • <small id='2SvcL'></small><noframes id='2SvcL'>

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

                        <bdo id='2SvcL'></bdo><ul id='2SvcL'></ul>

                        1. <legend id='2SvcL'><style id='2SvcL'><dir id='2SvcL'><q id='2SvcL'></q></dir></style></legend>
                        2. <tfoot id='2SvcL'></tfoot>
                              <tbody id='2SvcL'></tbody>