Hello Everyone,
Scenario:
I have an application where users are required to register to gain access. I want to set an 'automatic timer' on their access so that after 1 month, their access level is set to NULL (which would not allow them to log into the application).
Question:
- Can this be done in PHP?
- If it can, could you guide me as to what is needed to do this?
Thanks Much
May