Tech News World, Contacts Samsung Galaxy, Windows 8, Nokia Lumia, Quad Core Smart Phones, HTC smartphone, Google Nexus, MacBook, PayPal

Sunday, May 27, 2012

making QR code image in php by using the Google_API

making QR code image in php by using the Google_API - Although I work in the office and a lot of work that makes me tired but still I make a blog Tech News World and still will update it for you because this is part of my hobby who likes the world of technology, especially about the gadget, now we will discuss first about making QR code image in php by using the Google_API because it is the topic that you are now looking for, please refer to the information I provide in the guarantee for you,

Articles : making QR code image in php by using the Google_API
full Link : making QR code image in php by using the Google_API

You can also see our article on:


making QR code image in php by using the Google_API

QRcode Means:-

 QR Code is a matrix code in the image format or (its a 2D bar code) invented by Japanese corporation Denso Wave in the year 1993-1994. The "Q.R" is derived from the word "Quick_Responce", as the creator intended the code to allow its data is to be decoded at very high speed.

Now a days all the smart phones having the QR Code applications Like (Android smart phones)


Generating the QR Code image with PHP by Using the Google API

<?
$urlToEncode
="aziin5teens.blogspot.com";//here
aziin5teens.blogspot.com is text
generateQRwithGoogle($urlToEncode); //Function
function 
generateQRwithGoogle($url,$widthHeight ='150',$EC_level='L',$margin='0') {
    
$url urlencode($url);
    echo 
'<img src="http://chart.apis.google.com/chart?chs='.$widthHeight.
'x'.$widthHeight.'&cht=qr&chld='.$EC_level.'|'.$margin.
'&chl='.$url.'" alt="QR code" widthHeight="'.$widthHeight.
'" widthHeight="'.$widthHeight.'"/>';//the image tag to be displayed after encoding
}
?>
 



so much information about making QR code image in php by using the Google_API

hopefully information making QR code image in php by using the Google_API can provide useful knowledge for you in getting information about the latest gadgets,

just finished your reading article about making QR code image in php by using the Google_API if you feel this article useful for you please bookmark or share using link http://aziin5teens.blogspot.com/2012/05/making-qr-code-image-in-php-by-using.html for more people know

Tag :
Share on Facebook
Share on Twitter
Share on Google+
Tags :

Related : making QR code image in php by using the Google_API

0 comments:

Post a Comment