View Single Post
Old 06-25-2007   #2 (permalink)
Jolt
Registered User
 
Join Date: Aug 2004
Posts: 109

You'd have to add a date field or time stamp to the DB then you could add a display flag as well. when the page displays run another query to update the timestamp and set the display flag to yes. Then change the query to pull data with the display flag set to no, and the time stamp after today.
Jolt is offline