I have the function below, which does the sum of date, with the value +2 days fixed:
echo date('d/m/Y', strtotime("+2 days",strtotime($ultima_data)));
It correctly sums up with the $ last_data value, but somehow needs to change the +2...
asked by
31.03.2016 / 16:38