Possible Duplicate:
How do I add 24 hours to a unix timestamp in php?
How can I convert days to a unixtimestamp?
Example if a user inputs 55 (=55 days) in a form, I wish to add 55 days, to the current time, and then store it in a unix timestamp.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Arithmetic with
time():or perhaps using
strtotime():