Vincent
|
| Posted: 02/12/2002, 1:28 AM |
|
Is it possible to perform calculations on dates? How do I add a day to the stored date in the database every time the user logs in?
I am using PHP w/templates and mySQL.
Thanks!
|
|
|
 |
Alex Alexapolsky
|
| Posted: 02/12/2002, 1:38 AM |
|
PHP doesn't provide built-in advanced date handling functions like vbscript ,
you need either to write your own function , or use mySQL functions that
are pretty advanced when it comes to date handling. You may also search
phpbuilder.com for user solutions
|
|
|
 |
|