Hey guys,
I need a simple PHP script coded with the following purpose in mind:
When you click on a link, it authorizes you for that day and allows you access to the material on the site.
– Click the link and it will activate a cookie for that day
– Cookie will unlock content on the page that is otherwise blocked
– Cookie will expire at the end of that day and the user will need to repeat the next day
– Needs to have a built in click counter
– counts clicks for the day and displays it
– counts total clicks and displays it (needs to be customizable)
This is basically a modification of a basic authentication script.
Thank you!