How to add hours and minutes in PHP?

Here we’ll provide the simplest way to add minutes, hours and seconds to time using PHP. In PHP, using date() and strtotime() function you can easily increase or decrease time.