<?php echo strtotime("+1 day"); echo "\n"; echo strtotime("+1 day", null);echo "\n"; echo strtotime("+1 day", 0);echo "\n"; echo strtotime("+1 day", time());echo "\n";
You have javascript disabled. You will not be able to edit any code.