Re: [PHP-DB] expiration date help

2001-12-26 Thread Bogdan Stancescu
Jason Dulberg wrote: > I need to stick a little expiration date into a part of my site but can't > seem to get it going properly. Your logic is ok -- DATE_ADD() is the function to work with. You don't give any details about the actual problem you're having, but from the e-mail it seems you're go

[PHP-DB] expiration date help

2001-12-26 Thread Jason Dulberg
I need to stick a little expiration date into a part of my site but can't seem to get it going properly. Basically, what I need to do is add 2 months to the number of results for a particular member. So if someone has 6 entries in the db, they will all expire in 8 months. I have my $dateadded my