Blog – Masonry

PHP

How to check day of the week in PHP?

In this tutorial, we are going to see how to check day of the week in PHP.

PHP

How to compare two dates from MYSQL in php?

In this tutorial, we will explain to you how you can compare two dates from MYSQL in PHP.

PHP

How to convert mysql date to string in php?

In this tutorial, we will explain to you how you can convert mysql date to string in PHP.

PHP

How to convert date string to mysql date in php?

In this tutorial, we will explain to you how you can convert date string to mysql date in PHP.

PHP

How to convert object or array to string in php?

In this post, By using the implode() function, we can convert all object or array elements into a string. This function returns the string.

PHP

How to remove CDATA tag in php?

You can definitely remove the CDATA tag from input xml by using the str_replace function in PHP to remove the desired content from your xml.

PHP

How to remove values from an array in PHP?

In this post, we help you how to remove values from an array in PHP.

PHP

How to check if string contains only a spaces in PHP?

In this post, we help you how to check if string contains only a spaces in PHP.

PHP

How to insert a string into another string in PHP?

In this post, we help you how to insert a string into another string from specified position in PHP.