| CATEGORIES |
| PHP ARTICLES |
|
Browse All PHP Articles
Latest Articles |
|
<< All Php Articles
|
|||
|
|
|||
| Adding a number of days to a calendaristic date | |||
|
| |||
|
Many times it is needed to add a number of days to a date (e.g. to determine the expiration date for a link). To do this, you may use the following php code: $days_to_add = 30;
That should be all. |
|||
| << All Php Articles |