hello
i have a very specific need and am willing to pay for it if you can produce it very quickly
the need is this:
a user has access to a page where they are able to add a course name and address as well as expiration time frame, this time frame is entered in the format of a number relating to how many days a user has to view the course.
this info is captured in a form and stored in a database, no prblems here
what i need is a function to take the current date and add those number of days to it therby creating an expiration date so if the user inserts 20 days till expire, and today is the 15th i need it to add 20 days to the 15 and result the end date, this end date is then stored, which is no problem.
orignally the client just wanted to add 1 month to the start date but has since requested more contol.
my main concern with this script is that the dates accuratley reflect the correct date if the number of days in the month change
please let me know asap if you can pull this together. thank you
//bill