Find next and previous date from current date PHP

Posted by on Nov 8, 2012 in Php | No comments yet

I found an interesting new way to find a future or past day, month, or year using PHP.To recaps we can find next and previous date from current date PHP Here are few examples It is much easier than using …

Sort an array based on a key in php

Posted by on Oct 8, 2012 in Php | No comments yet

When dealing with php array we sometimes needs sorting functionality.if we want to sort an array based on a key in php here is the function which helps you to do so. here, $array is the array to be sorted. …

Download a file using php

Posted by on Oct 8, 2012 in Php | No comments yet

Some times we have to download a file using php ie force download and here is the code which helps to download a file

Date formats in php

Posted by on Oct 4, 2012 in Php | No comments yet

Some of the date formats in php mainly we used in coding are mentioned below Assuming today is March 10th, 2012, 5:16:18 pm, and that we are in the Mountain Standard Time (MST) Time Zone

Load More