brian914 Posted September 27, 2011 Share Posted September 27, 2011 I am about to build a site for a liqueur brand and have to create a simple screen that asks if the user is of the right age. This does not have to be linked to a credit card, just a simple yes or no screen. I am thinking this would probably be done via a cookie, but I am not sure. Somehow it would have to work where it gets checked each time anyone goes to the site, regardless of the entry point. So for example it would get checked on mydomain.com, but also on mydomain.com/about, or mydomain.com/somethingelse. The yes or no screen would of course only show the first time the user came to site. Via what technology would I do this? Cookie? Can cookies have an expiration date? I would love some comments or direction on how this is done best. Thanks a lot! Quote Link to comment https://forums.phpfreaks.com/topic/247984-simple-age-verification/ Share on other sites More sharing options...
WebStyles Posted September 27, 2011 Share Posted September 27, 2011 you'll want to put that in a $_SESSION variable so it's available on every page. Quote Link to comment https://forums.phpfreaks.com/topic/247984-simple-age-verification/#findComment-1273354 Share on other sites More sharing options...
brian914 Posted September 27, 2011 Author Share Posted September 27, 2011 Yes, thank you. That I think is all I need!!! Quote Link to comment https://forums.phpfreaks.com/topic/247984-simple-age-verification/#findComment-1273356 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.