shirvo Posted February 8, 2007 Share Posted February 8, 2007 i have a login form and it does all its stuff and logs the person in but i want to then make it at the end automaticly go to index.php Quote Link to comment Share on other sites More sharing options...
Balmung-San Posted February 8, 2007 Share Posted February 8, 2007 Well, if you don't output anything you can use: header("Location: http://www.domain.com/index.php"); If you do output, use a meta-refresh. Quote Link to comment Share on other sites More sharing options...
shirvo Posted February 8, 2007 Author Share Posted February 8, 2007 that didnt work so what is a meta-refresh?? and how do you use them what is the code for it Quote Link to comment Share on other sites More sharing options...
Balmung-San Posted February 8, 2007 Share Posted February 8, 2007 Just google it. You have to output it within the <head> of your HTML output. 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.