If Statement Page Redirection 27.06.08
I want to send users to my multi-page website with multiple billing pages for different sources.
When a user goes to the site without any choice, they browse the site, get to the credit card page and it is the default page.
IF they have a choice in their URL line code, for example: http://example.com?ccpage=2 they would browse the site, probably have a cookie set at that time, and when they eventually go to the signup form, they will get the alternate credit card page, “ccpage2.php”.
I already have the pages built. I just need to redirect the user to the proper page based on ‘IF’ condition and their cookie that we set.
Thank you,
PerlMountain



