Tracking a user and timing him/her out

admin

Administrator
Staff member
OK, I want to be able to keep track of a users status...ie: paid=yes, ok to upload. And when their time has run out ie: if (date=end_of_month) { upload=no;} using a mysql database to store this info. Checking on a users status will only be performed by me (admin). Before I launch headlong into this and find out there was a better way, again, I decided to borrow your brains and ask for your direction on this task. Any input appreciated.

Thanks in advance,
Marcel.
 
Back
Top