dscrn1974 2011-04-13 22:39
浏览 394
已采纳

在PHP中使用函数$ _GET时,我一直得到“未定义”,为什么会这样?

I continue to get undefined printed out when I use print($_GET['user_username']); from the previous page. The URL of the page is page.php?user_username=Pete. Why is this happening?

  • 写回答

3条回答 默认 最新

  • doucepei5298 2011-04-13 23:06
    关注

    Could be error settings, similar issue answered here.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?