Blog – Masonry + Sidebar

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.