2B PHP

作者: panw3i | 来源:发表于2018-01-12 17:06 被阅读2次

    没见过这么傻逼的语言

    From PHP documentation :

    header() must be called before any actual output is sent, either by normal HTML tags, blank lines in a file, or from PHP.

    And in your case, you are using echo before header()

    相关文章

      网友评论

          本文标题:2B PHP

          本文链接:https://www.haomeiwen.com/subject/hnifoxtx.html