Hi, I'm doing a php application with Codeigniter and mysql. And I have a table in which you should do a single insert once a month, that is, if until today you have not registered anything you should let me do the insert, otherwise you should not leave until the first day of the next month.
Any ideas on how to do this?