Use php to automatically call flash_PHP tutorials on different servers-php tutorials

Source: Internet
Author: User
Use php to automatically call flash on different servers. Recently, the school celebrated a flash animation website, but its size was relatively large. If it is uploaded to the school server, access from the public information network is relatively slow, and put outside the education network from the school recently, the school celebration, a flash animation website, but the size is relatively large. If it is uploaded to the school server, access from the public information network is slow, and access from the campus network is not smooth, but fortunately, we have php to solve this problem!
The code is as follows:


Celebration


$ Remote_addr = getenv ("REMOTE_ADDR ");
$ Testip = "202.117.6 ";
$ Realip = substr ($ remote_addr, 0, 9 );
If ($ testip = $ realip ){
$ Url = "http: // 202.117.68.12 /~ Flyhawk/cau.swf ";
$ Word = "grow up campus network ";
} Else {
$ Url = "http://webnow.oso.com.cn/cau.swf ";
$ Word = "Public Information Network ";
}
?>

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.