Hello everyone.
Right im having trouble with this one. What i am trying to do, is when a user logges in on my forum (which they can do anywhere they are) it need it to re-direct them back to the page they were previously viewing.
What happens at the moment when the user logges in is there username and password get passed to checkuser.php and upon successful loggin they get re-directed using the following code
Can anyone help me as to what i can do ?PHP Code:
header("Location: ../index.php");
Regards
Chris




Bookmarks