QR code generation-www.jbxue.com $content=$_GET[' content'];
$width=$_GET['width']?$_GET['width']:300;
$height=$_GET['height']?$_GET['height']: 300;
if($content){
echo "The text you entered is:
$content ";
echo "The width you selected Is:
$width ";
echo "The height you selected is:
$height " ;
echo "The generated QR code image is:
";
$wen = urlencode(mb_convert_encoding($content, 'utf-8', 'gb2312'))."";
echo "
< ;br />
Image address:
https://chart.googleapis.com/chart?cht=qr&chld=H&chs={$width}x{$height}&chl={$wen} Copy and send to your friends.
Return to the previous page";
}else{
?>
}?>
< div>
http://www.bkjia.com/PHPjc/327369.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/327369.htmlTechArticleGenerate QR code online through Google’s online QR code generation API. The code is as follows: Copy the code The code is as follows: !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www...