Hi,
I wanted to have a flag status indicate that whether the user has read this message or not. A very good example will be from this site:http://www.phorum.org/support/list.php?f=1
If user comes in, and have read message 4,7 and 8, then the "new" flag will not be shown.
Can some1 provide me a short code on how to do that?
thanz
Cookies are a good bet here. So are Session variables.
The question is, over what length of time do you want to check and see if the user has read this "message?" Per session? Per day? Per week? Per year?
You need to determine that first.
umm...never thought of that. I think is either per day or per week.
If i go for per day, and store in the session variables or cookies..how do i code it?
thanz for helping
can any1 help me with this?