random flash every week - cron?

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
knightsjoker
Forum Newbie
Posts: 13
Joined: Fri Dec 26, 2008 2:00 am

random flash every week - cron?

Post by knightsjoker »

Hi guys,

Was wondering if it's possible to set up a cron job to randomly change flash header every week. So i'm thinking of changing the include header1.php

Thanks.
CJ
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: random flash every week - cron?

Post by VladSun »

It will be easier to implement it in the PHP page itself - e.g. by getting the current week number of the year.
There are 10 types of people in this world, those who understand binary and those who don't
knightsjoker
Forum Newbie
Posts: 13
Joined: Fri Dec 26, 2008 2:00 am

Re: random flash every week - cron?

Post by knightsjoker »

ah gotcha thanks
Post Reply