Hello, i already have created a TOS page using CMPS.
The code of the page is like that:
Quote:
Terms of Service By clicking 'I Agree' you agree to everything stated below:
1. No spam!
Click 'I Agree' if, and only if, you agree to ALL of the above terms.
You must have cookies enabled for this to work.
<p><br />
<a href="accept.php">I Agree</a><br />
<a href="http://www.google.com">Cancel</a></p>
</div>
|
My accept.php is like that:
Quote:
<meta http-equiv="refresh" content="0;url=http://www.siteishere.com/index.php">
|
Now how do i make it so that when you click i agree it saves in cookies and doesnt' redirect you to that page again?
Thanks