Search found 1 match

by b0bby
Wed Sep 29, 2004 6:05 pm
Forum: PHP - Code
Topic: forum... checking for new post since last visit.
Replies: 2
Views: 266

forum... checking for new post since last visit.

Hi, im building a custom forum I have having trouble deciding what posts are new since the users last visit. I can do it initially as they have a last visittime.. this is updated every time they visit a page on the site. so im basically listing the posts that were added after the last visit date... ...