php Php检查页面的父ID

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Php检查页面的父ID相关的知识,希望对你有一定的参考价值。

<!-- this function checks to see if a page is the child of the parent specified.  In this case, if 
it is NOT a child of the parent, then it loads the form code.  To load the form if it IS a
parent child, then simply remove the exclamation point.  -->

<?php global $post; ?>
			<?php if (!$post->post_parent == 61) { ?>
          <div class="form-bg"></div>
          <div id="form">
            <a href="#" class="close">&times;</a>
            <h2 class="h3">Request My Info Packet</h2>
            <script src="form request link"></script>
          </div>
			<?php } ?>

以上是关于php Php检查页面的父ID的主要内容,如果未能解决你的问题,请参考以下文章

如何通过给定的父 ID 将 XML 子节点存储在 PHP 变量中?

检查重定向源

PHP 递归函数 - 如何避免使用全局变量

如何在php中数组的父项下显示子项

PHP - 在php中删除具有特定属性的子项[重复]

正确的注销PHP SESSION