jd2007 Posted July 17, 2007 Share Posted July 17, 2007 How do i redirect a user from a page to a different page ? i don't want variables to follow behind the url of the pageg being redirected to. Link to comment https://forums.phpfreaks.com/topic/60349-how-do-i-redirect-a-user-from-a-page-to-a-different-page/ Share on other sites More sharing options...
MasterACE14 Posted July 17, 2007 Share Posted July 17, 2007 I dont completely understand what you mean ??? , but here's how you redirect automatically without any user input or tampering. header("Location: http://www.yourdomain.com/redirectedpage.php"); Regards ACE Link to comment https://forums.phpfreaks.com/topic/60349-how-do-i-redirect-a-user-from-a-page-to-a-different-page/#findComment-300247 Share on other sites More sharing options...
jd2007 Posted July 17, 2007 Author Share Posted July 17, 2007 thank you...that was exactly what i wanted...i needed to use it to let something i'm working on work properly and it did...thanks a lot... Link to comment https://forums.phpfreaks.com/topic/60349-how-do-i-redirect-a-user-from-a-page-to-a-different-page/#findComment-300253 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.