Blog – Masonry

PHP

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).

PHP

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.

PHP

How to detect number from string in php?

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

PHP

How to get xmldate from MySql date in php?

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

PHP

How to convert to end of that day in php?

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

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.

PHP

How to convert 24 hour format to 12 hour format time in php?

This post converting 24 hour format to 12 hours format time.

PHP

How to convert PT time to time format in php?

This post convert PT time to time format in php.

PHP

How to add days into date in php?

Here we’ll provide the simplest way to add days to date using PHP. In PHP, using date_\add() function you can easily increase date.