Related Articles
Difference between UTF-8 Vs ISO-8859-1
UTF-8 is a multibyte encoding that can represent any Unicode character. ISO 8859-1 is a single-byte encoding that can represent the first 256 Unicode characters. Both encode ASCII exactly the same way. ISO-8859-1 vs UTF-8 ISO-8859-1 is a legacy standard from back in the 1980s. It can only represent 256 characters so only suitable for […]
Get Google Maps API Address based on Address
$url = “http://maps.googleapis.com/maps/api/geocode/json?sensor=false&address=”.urlencode($resident_address); $lat_long = get_object_vars(json_decode(file_get_contents($url)));// pick out what we need (lat,lng)$lat = $lat_long[‘results’][0]->geometry->location->lat;$lng =$lat_long[‘results’][0]->geometry->location->lng; /*echo $lat;echo $lng;*/
Namecheap SSL Renewal Coupon 50% Off
If you are using Namecheap hosting and your domains SSL is expiring soon then you below Namecheap SSL Renewal Coupon where you get 50% off. Use the coupon below to get 50% off when you renew your free shared hosting SSLs for one year. Namecheap SSL Renewal Coupon Namecheap SSL Coupon Renew Your Free SSL […]


