页眉功能不起作用。我已经尝试过两个过程。https链接和本地链接,但是根本不起作用。
else
{
echo "Hello World3";
mysqli_stmt_bind_param($stmt,"s",$tokenEmail);
mysqli_stmt_execute($stmt);
echo "Hello World4";
//header("Location:hello.php");
header("Location:https://gw12.000webhostapp.com/user/includes_user/hello.php");
echo "Hello World5";
}
hello.php
和当前文件位于同一文件夹中。
我希望头文件功能正常工作