dream_wu2015 2013-07-26 07:54
浏览 24
已采纳

如何在登录后重定向到php中的同一页面(与youtube一样)?

How to redirect to same page in php after sign in. Same as the feature of YouTube, it asks us for sign in if we desire to like the videos or comment the videos. And after signing in it will redirect to same page or same video where we were before. how can we do that in php? please anyone help me with the php code.

  • 写回答

5条回答 默认 最新

  • dtftao7249656 2013-07-26 07:56
    关注

    Put the page that was used to host the login form in a hidden input in that form. Use a Location header to send the user back there.

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

报告相同问题?