Resize the markers in google maps
When we use the default markers and sometimes we need to resize the markers in google maps and here is the code to resize icon image the icon for example So this will help you to know how to Resize …
Adding custom infowindow in google maps API
If we need to modify the normal info window that is provided by google..ie if we are looking for adding custom infowindow in google maps api We have to utilize the infobox to do so The first example shows the …
Sort an array based on a key in php
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
Some times we have to download a file using php ie force download and here is the code which helps to download a file
