I originally posted this in General Web Building (http://www.codingforum.net/showthread.php?t=237240), but the more I think about it the more I realize this needs to be server side from client input. Then again, I may be totally wrong!
I want to make an offer available to clients through my web site, but only for a certain time period and only if they enter the key word. The problem I hit was that if this is a simple redirect to another web page, then all they have to do is enter that URL and bypass the "gatekeeper" form to get the discount or special offer.
But what if the user enters the correct keyword within the time frame, and it simply triggers a php INCLUDE or something like that? The URL doesn't change, does it? It just allows the page to insert the html of the "special offer" page, yes?
Am I on the right track?
Ed
I want to make an offer available to clients through my web site, but only for a certain time period and only if they enter the key word. The problem I hit was that if this is a simple redirect to another web page, then all they have to do is enter that URL and bypass the "gatekeeper" form to get the discount or special offer.
But what if the user enters the correct keyword within the time frame, and it simply triggers a php INCLUDE or something like that? The URL doesn't change, does it? It just allows the page to insert the html of the "special offer" page, yes?
Am I on the right track?
Ed
Comment