PLEASE HELP write a function to make database entrys expire.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
polosport6699
Forum Commoner
Posts: 35
Joined: Wed Jun 11, 2003 3:19 pm

PLEASE HELP write a function to make database entrys expire.

Post by polosport6699 »

I have each database entry/posting logged with the date function
I would like to make each entry expire after 60 days. What coding would be involved?

Thanks In Advance
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

This is not a coding forum. This is a forum where people help with coding-problems.

Why don't you give PHP a try - all the resources are at your fingertips (literally - just go click on "home" above and follow the links on the left-hand side). It's a beautiful language and very rewarding to code with.

If you have started writing that function and have problems - post here and there'll be plenty of people to help (and everyone here is volunteering).
Post Reply