无法获取以下元数据进行重定向,但只能与标头重定向一起使用

时间:2019-06-26 12:28:54

标签: php

我正在尝试使用一种重定向选项,但是由于某种原因,我无法使元重定向正常工作。我只能让标题重定向工作。

header(“ Location:../ student_registration.php?id = $ userid”);

    echo "<meta http-equiv='refresh' content='0;url=../student_registration.php?id=$userid')";

1 个答案:

答案 0 :(得分:0)

尝试一下

echo "<meta http-equiv='refresh' content='0;url=http://example.com/student_registration.php?id=.$userid.'";

OR

echo "<meta http-equiv='refresh' content='0;url=http://example.com/student_registration.php?id=$userid'";