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. Quote Link to comment 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 Quote Link to comment 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... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.