View Single Post
  #2 (permalink)  
Old May 22nd, 2007, 07:16
grahame grahame is offline
Reputable Member
Join Date: Jul 2005
Location: Melksham, Wilts, UK
Posts: 293
Thanks: 0
Thanked 0 Times in 0 Posts
Re: "since your last visit" quandary

If you're using $_SESSION, why not store the "lastpost" data in there when a user starts a new session and refer back to that variable throughout the session, rather than going back to tha database each time?
Reply With Quote