![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
PHP & MySQL question
Hello all,
I've got a date that is entered into a database for membership fees. Is there a way for me to use the date that is in the database (which is going to be updated), and calculate 1 year in the future? So, what I'm trying to do is let the end user know the day his / her next dues are payable. Is this possible? If so, is there a good tutorial that I can learn how? Thank you very much. |
|
|||
|
Re: PHP & MySQL question
<?php
echo strtotime("+1 year",$yoursavedtimestamp), "\n"; ?> -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "9thReg" <webforumsuser@macromedia.com> wrote in message news:g7tf9v$ru6$1@forums.macromedia.com... > Hello all, > > I've got a date that is entered into a database for membership fees. Is > there > a way for me to use the date that is in the database (which is going to be > updated), and calculate 1 year in the future? So, what I'm trying to do > is let > the end user know the day his / her next dues are payable. Is this > possible? > If so, is there a good tutorial that I can learn how? Thank you very > much. > |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|