Ran in to a bit of a problem when adding a date.
Basically I can get the code to add the selected number of days, however it remains within the same year.
I guess this is because I am using the date() function, any suggestions how to overcome this?
$date_test = date('d-m-y', strtotime("$date + $day_calculate[$days]"));