Php solves the problem of scanning QR code download and redirection, and php scanning and redirection

Source: Internet
Author: User

Php solves the problem of scanning QR code download and redirection, and php scanning and redirection

Php solves the problem of scanning QR code download and redirection

First we specify a url, such as the http://it.lovepet.vip

Use this address to generate a QR code. There are many ways to generate a QR code.

We can create a new index. php file and place it in the directory of the modified website. Edit index. php and add

$ Agent = strtolower (_ SERVER ['HTTP _ USER_AGENT ']); $ iphone = (strpos ($ agent, 'iphone '))? True: false; $ ipad = (strpos ($ agent, 'ipad '))? True: false; $ android = (strpos ($ agent, 'android '))? True: false; if ($ iphone | $ ipad) {echo "<script> window. location. href = 'https: // itunes.apple.com/cn/app/wu-han-de-tie-gong-e/id663196252? Mt = 8' </script> ";} if ($ android) {echo" <script> window. location. href = 'HTTP: // www.lewanau.com '</script> ";}

In this way, when scanning the QR code on your mobile phone, you can jump to different URLs through the device.

Thank you for reading this article. I hope it will help you. Thank you for your support for this site!

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.