Blog – Masonry + Sidebar

PHP

How to calculate Age from Date of Birth in PHP?

In this post, we will give you very simple example how to calculate age from date of birth in PHP.

PHP

How to Get the First Day Of Specific Month In Php ?

In this example,we helps you can easy and simply get the first day of specific month in php.

PHP

How to creating Dynamic Countdown in PHP, JavaScript?

This tutorial will give you simple example of how to PHP countdown timer using Javascript.

PHP

How to Get Yesterday Date in PHP?

In this post, we will learn how to get yesterday date in php.

PHP

How to count values from array in php?

In this post, This function can count all the values of an array in

PHP

How to combine two array in php?

In this post, The array_combine() is an inbuilt function in PHP which is used to combine two arrays and create a new array by using one array for keys and another array for values.