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.

How to convert atom date to date in PHP?

This post converting the Atom Date format to Date format with any format in php.

How to remove all spaces from string in php?

In this post, use the PHP pregReplace() function to strip or remove all whitespaces inside a string.

How to convert to capital string in php?

This post, we helps you convert string to capital string.

How to escape special characters in php?

The function converts special characters into HTML entities, (html will no longer work so you can echo it outside).

How to remove whilespace from string in php?

To remove multiple occurences of whitespace characters in a string an convert them all into single spaces in php.

How to detect number from string in php?

This post, we helps you check if a string contains numeric characters.

How to get xmldate from MySql date in php?

This post converting the MySql date format to xml date time format in php.

How to convert to end of that day in php?

This post converting the date to end of that day in php.

How to convert date to datetime in PHP?

This post converting the Date format to DateTime format with beginning and end of that day.