Search found 1 match
- Mon Nov 01, 2010 6:13 am
- Forum: PHP - Code
- Topic: redirecting in included php file
- Replies: 0
- Views: 544
redirecting in included php file
I am trying to create a login box that is in the top right corner of my site. Once the user uses it to log in they need to be redirected to the account page. i include the login_box.php file in the appropriate div. however the file uses header("Location: account.php"); to redirect the user...