PHP标头函数()

时间:2019-05-23 20:14:46

标签: php

页眉功能不起作用。我已经尝试过两个过程。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和当前文件位于同一文件夹中。

我希望头文件功能正常工作

0 个答案:

没有答案