> Ive been working on a way but it seems a very long and
> involved method. Has anyone got any pointers or ideas
> they might be able to throw at me so I can make this
> a more simple method.
Assuming you know the date of each entry, do a Date("z")
(day of the year), and divide it by 7.
Store that and compare it next time around the loop.
If it's different then a week has passed and you can
do Fun Stuff(tm).
If it's the same then it hasn't.
Jason
--
Jason Murray
[EMAIL PROTECTED]
Web Developer, Melbourne IT
"Work now, freak later!"
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]