Find a search engine to determine the code for redirection solution

Source: Internet
Author: User
Search for a search engine to determine the code to jump to the search engine to write a search engine to determine the code to jump if it is Baidu to jump to http://aaaa.com & nbsp; if it is google to tune to http://bbbb.com & nbsp; if it is Sogou to jump to http: // cc find a search engine to identify the code to jump
Ask hero to write a search engine to identify the code and jump
If it is Baidu, jump to http://aaaa.com
If it was google, it would be transferred to http://bbbb.com.
If it's Sogou, jump to http://cccc.com.
Input directly without jump
Thank you.

------ Solution --------------------
I don't know what you want to use. maybe it's just a job. this is an example. I don't think you can get the token that baidu.com gave you? Haha, so we need to use the actual battle to bring the alternative into a positive ratio. All of these are modified by yourself.

PHP code
$ RUrl = $ _ SERVER ['http _ referer']; if (! Empty ($ RUrl) {$ UArray = parse_url ($ RUrl); $ UHost = $ UArray ['host']; switch ($ UHost) {case 'www .baidu.com ': header ("Location: http://aaa.com"); break; case 'www .google.com ': header ("Location: http://bbb.com"); break; case 'www .sogou.com': header ("Location: http://ccc.com "); break; default: echo $ UHost; break;} echo 'directly logging in ';

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.