Find next month days in php

hi how to know next month days in php
Deepak Sharma
Asked 20-07-2024
152

Answer (1)
Hi simple method just use this code <?php echo date("t") - date("j"); ?>
Ankur Rajput
Asked 15-10-2019
45 Likes
Comments
Write comment

Submit your answer