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.本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报