PHP Online generation QR code (Google API) implementation code detailed _php tutorial

Source: Internet
Author: User
Tags php online
generate two-dimensional code online via the API generated by Google online.
The code is as follows:
Copy CodeThe code is as follows:




<title>Two-dimensional code generation-www.jbxue.com</title>





$content =$_get[' content ';
$width =$_get[' width ']?$_get[' width ']:300;
$height =$_get[' height ']?$_get[' height ']:300;
if ($content) {
echo "The text you typed is: $content
";
echo "The width you choose is: $width
";
echo "The height of your choice is: $height
";
echo "generates a QR code image that is:
";
$wen = UrlEncode (mb_convert_encoding ($content, ' utf-8 ', ' gb2312 ')). "";
echo "

Image address: https://chart.googleapis.com/chart?cht=qr&chld=h&chs={$width}x{$height}&chl={$wen}

Copy to your friend. Go back to the previous page ";
}else{
?>



http://www.bkjia.com/PHPjc/327369.html www.bkjia.com true http://www.bkjia.com/PHPjc/327369.html techarticle generate two-dimensional code online via the API generated by Google online. The code is as follows: Copy code code as follows:! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "http://www ...

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.