我爱占星网 我爱占星网
首页
编程
java
php
前端
首页 编程 java php 前端

为什么我不能设置一个get变量

I am appending ?readmore=true to the end of a url in wordpress

<a href="<?php the_permalink(); ?>?readmore=true" class="readmore">
  <span><?php _e('Read more','MyProduct'); ?></span>
</a>

but on the next page I tried this

<?php
  print_r($_GET);
  if($_GET['readmore'] == "true") {
  get_header();
  }
?>

and in my print_r

I get this

 Array ( [page_id] => 8?readmore=true ) 

Am I missing something about get variables in wordpress

Try to append &readmore=true instead of ?readmore=true.

近期文章

  • PHP preg_match标签+花括号
  • 我在PHP中使用Array to JSON结构的问题将在Javascript中使用
  • cURL基本身份验证
  • 如何使用fopen()打开远程文件?
  • 我的Symfony项目的移动版本
  • PHP全局对象
  • 从单独的函数中提取变量
  • register_globals的可能解决方案
  • 为什么php header redirect会引发警告?
  • 如何合并我的数组以进行数据库插入?
  • php preg_match返回意外的真实
  • 我的PHP会话无法正常工作
  • 从php中的函数中访问函数?
  • 使用php为mysql数据库生成随机id
  • 在php中移动上传之前或之后的imagerotate选项
  • 在wordpress中发布帖子时向用户发送电子邮件
  • 我如何创建一个使用ajax,js和php异步加载的小部件
  • 如何将我从PHP获得的时间格式转换为jQuery倒计时接受的格式
  • PHP-无法理解这行代码中发生了什么
  • 使用PHP会话验证年龄

Copyright ©2022 我爱占星 All Rights Reserved.

浙ICP备2022030071号-1

部分图文来自网络,如有侵犯您的版权,请告诉我们删除

友情链接:代码精华