How to add one day in current date using PHP

PHP Code

<?php 
    echo date('Y-m-d', strtotime(' + 1 days')); 
?>

Leave a Reply

Your email address will not be published. Required fields are marked *