> From: Charlotte [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, August 26, 2002 8:04 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] check unread messages in a forum
> 
> 
> I have made a forum in PHP, and the users are logged in using 
> cookies. I
> want all new threads (and if there are new replies in an old 
> thread) to be
> highlight or something like that.
> 
> How do I check if a user has read a message or not?

I'd say you'd need to keep a list of messages read by users somewhere.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to