PHP Script to add or subtract days, months, years to a Date!

Here is another Interesting PHP script which you can use it in your project. A PHP script to add or subtract days, months and years to date.

Preview:

php-add-days-months-year

Adding days or months or year to a date in PHP is …