PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
The simple code to back-up the previous year's data at the begining of the year. ->
if (!strcmp(date('d/m/Y', $yesterday),"31/12/".(date("Y")-1)))
bk_up();