A me rispondeCodice PHP:$anno_dopo=date('Y-m-d',strtotime('next year'));
echo date('Y-m-d') . "=>" . $anno_dopo;
2007-02-07=>2008-02-07
Non saprei che dirti!
A me rispondeCodice PHP:$anno_dopo=date('Y-m-d',strtotime('next year'));
echo date('Y-m-d') . "=>" . $anno_dopo;
2007-02-07=>2008-02-07
Non saprei che dirti!