Hi everyone

since I last was on this board I have done loads - set up my db and tables, put in an admin and login page etc. Wow lol!

Well I have a question about posts. Each user can submit a post although I only want it to show for x number of days. Each post therefore has a 'dateadd' and 'datekill' field however I don't really know the best way to implement these... I want to use it so I can show viewers how many days it has left before being removed, and also when the date=datekill I want to remove it from the db.

How would I accomplish this best?