Re: [PHP] read / unread system for my forum

2003-09-02 Thread Dan Anderson
> i'm coding a little forum an now i want to make a read / unread system for
> the new posts and topics.
> Can anybody explain to me, how I can do that?

I'm not sure what you mean, do you mean let each users mark messages as
read or not read?  Well, if you don't mind the space in a mySQL database
you could create a read_bool BIT in the table and for each user
reference it.  Of course, if you don't expire forum entries or index the
tables you will be looking at serious performance issues.

-Dan

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



[PHP] read / unread system for my forum

2003-09-02 Thread Daniel Richter
Hi all

i'm coding a little forum an now i want to make a read / unread system for
the new posts and topics.
Can anybody explain to me, how I can do that?


mfg codemonkey

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