On Monday 19 March 2001 23:55, you wrote:

> my next question would be.  I'm working on a list of meetings.  I
> return a list for the current month, what I would like to do is make
> the current week meetings show in red. However, I'm not sure of the
> best approach to do this.

Just get the current week via getdate() and do an
if ($RecordWeek == $CurrentWeek)
  Highlight()

on each record.

-- 
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

Those who will not reason, are bigots,
those who cannot, are fools,
and those who dare not, are slaves.

- George Gordon Noel Byron (1788-1824), [Lord Byron]

--
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]

Reply via email to