Hello
Any ideas on how can add a variable number of days (retrieved from database) to a date (also retrieved from database) to give a new date and then output the new date value????
e.g. Both queries i have already retrieve and output the number of days and the SowDate.
84 2009-07-01
<?php echo $row_newtest['LifeTime'];?>
<?php echo $row_test['SowDate']; ?>
I just need to add the days to the sowdate to give my new date...(which later is inserted a db.)
Any help would be be ace!
Thanks 🙂