Expire after 365 days? [SOLVED]
Posted: Wed Jun 18, 2008 5:05 am
I was just wandering if it is possible to automaticly add 365 days to my insert.
Now I want to add a field called "expire" to my table and automaticly when a user is created it sets an expire date 365 days ahead... Can this be done???
Code: Select all
mysql_query("INSERT INTO users (uid, name, created) VALUES ('$uid', '$name', NOW())");