Ok I usually don't use THIS_SCRIPT stuff but this one time I do need it. What I am trying to do is when someone registers then after they click register after filling out all of the stuff, the message shows they have been registered, well that is register.php?do=addmember and on that page I want it to redirect 1 second later to payments.php
Here is my code, maybe I got it setup wrong.
Code:
<if condition="THIS_SCRIPT == 'register' && $_REQUEST['do'] == 'addmember'">
<META HTTP-EQUIV="Refresh" CONTENT="1; URL=payments.php">
</if>
Thanks in advance to anyone who can help me
Steve
Got it, please close thread