In Magento, i found a problem after upgrading the version from 1.7 to 1.9, after add to cart a product...
A few days ago I was working on a project that required an option to generate a pdf file of...
Sometimes while working you may have a situation when you want to redirect a page with its parameters to a...
Assume you have a number of addresses and your aim is to get the latitude & longitude for any given...
cURL is a popular method for getting data from different servers and different protocols. Today i am going to show...
Zapier is a a great app to connect with all the apps like gmail, facebook, twitter and many more. In...
To get Google map you need latitude and longitude of your address. You can easily find latitude and longitude from...
You can get Client IP Address using PHP function function get_client_ip() { $ipaddress = ''; if (getenv('HTTP_CLIENT_IP')) $ipaddress = getenv('HTTP_CLIENT_IP');...