PHP instance code for creating Desktop shortcuts

Source: Internet
Author: User

PHP instance code for creating Desktop shortcuts

This article mainly introduces the instance code for creating a desktop shortcut in PHP. You can refer to this article for help.

 

The Code is as follows:

$ ShortCut = "[InternetShortcut]

URL = http://www.jb51.net

IDList =

[{000214A0-0000-0000-C000-000000000046}]

Prop3 = 19,2

";

Header ("Content-type: application/octet-stream ");

Header ("Content-Disposition: attachment; filename = JustFlyHigh. url ;");

Echo $ shortCut;

 

First, make sure that the root directory of the website contains the favicon. ico file.

Modify the URL and the saved file name (filename) in the code ).

 

Note: Do not convert the encoding when saving into a UTF-8, because of the differences in various browsers, some will cause the file name garbled during saving.

When you access this page, you are prompted to download the. url file. Saving it locally is a shortcut.

 

 

 

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.