Search found 2 matches
- Thu Jun 28, 2007 9:26 am
- Forum: PHP - Code
- Topic: php & mysql calculate anniversary date
- Replies: 2
- Views: 1236
- Thu Jun 28, 2007 7:52 am
- Forum: PHP - Code
- Topic: php & mysql calculate anniversary date
- Replies: 2
- Views: 1236
php & mysql calculate anniversary date
I am working on a membership application using php & mysql and need to calculate the membership anniversary date and enter the calculated date into the ENDDATE filed of the _MEMBERS table. Any suggestions or example scripts. Example: 6/27/2007 + 365 days = 6/26/2008 _MEMBERS table `ID`, `fname`,...