How to track clicks on a facebook like button
Sometime its necessary to check whether someone clicks on or makes like on the facebook like button and the facebook provide an call back function this is the normal code to add facebook like button By adding this snippet of …
Store Arrays in Database Php
When working with arrays its necessary to store an array in a MySQL field. Unfortunately, there is no way to directly pass in an array as a parameter.. in this case we have to use the function serialize and unserialize …
Find next and previous date from current date PHP
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 …
Add numbers or alphabets to google markers API
As part of Google Chart Tools we can generate markers that contain a letter or number, as well change the marker and font colors. So to recaps we can Add numbers or alphabets to Google markers API Here the example …
