我的代码有一个奇怪的问题。当我使用标题重新加载我的页面时,它会在$ the_post_id变量中添加以下字符 - > %020。 该文件以ob_start()开头;功能。 没有标题,$ the_post_id变量工作正常。 但是,当我使用以下代码时
header("Location:edit.php?source= $the_post_id");
//var_dump($the_post_id);
然后我有以下网址:
http://localhost/newstheme/admin/edit.php?source=%20128
通常我希望有这个:
http://localhost/newstheme/admin/edit.php?source=128