counter

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!

Moderator: General Moderators

Post Reply
User avatar
sguy
Forum Commoner
Posts: 61
Joined: Sun Aug 10, 2003 2:44 am

counter

Post by sguy »

anybody know the script that decrease 1 day itself.
for example, from 365 days to 364 in the next day, then from 364 to 363 in the next day, then from 363 to 362 in the next day, and until 0, then perform some task, after that, set to 365 again.
or where's the place can download this script?
thank you!
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

You could try something from the boards own Oxy reading this article...
User avatar
sguy
Forum Commoner
Posts: 61
Joined: Sun Aug 10, 2003 2:44 am

Post by sguy »

thanks for your help, i've done it successfully
Post Reply