So, I get some dates from a MySQL table, I transfer them all in an array, and now i want to work with those days, but I have no idea how to calculate dates in the future in PHP and I can't seem to find what I need.
$dayFromDatabase= $array[1][1]; this is the variable for example that I want to...