Hi ,
Basically I will tell you what I want to do.
1: If a user is not logged in I want them to be re-directed back to the login page.
2: If a user is Logged in and they submitted a form I want them to be directed to the next page.
I have tried it with meta refresh but I can only seem to get it working with one or the other.
Can you please advise what the best way to do this would be ?
the code I am using at the moment is
<meta http-equiv="refresh" content="0;index.php">
<meta http-equiv="refresh" name="myidentifier" content="0;mystats.php">
Thanks