标签: php redirect
我需要以下帮助:
强制主页 index.php 重定向到 index.php?page = xx
如何?
答案 0 :(得分:2)
您可以使用此功能将用户重定向到您希望的页面:
/* Redirect browser */ header("Location: http://theos.in/");