I need to create a way for a client to have a new PIN number every week, but they are using a shared hosting and it is not letting create/edit files, nor I want to use their MySQL for storing this kind of thing.
I think there should be a way to generate a semi-unique number every week and then CRON job could send a new number to the client every week.
Any ideas how to do that conveniently?