PHP create desktop shortcuts _ PHP Tutorial

Source: Internet
Author: User
PHP creates a desktop shortcut instance. To create a desktop shortcut using php, we need to use header, InternetShortcut, and some code that I don't understand. next I will introduce an instance. Method: Create a php file. however, to use php to create a desktop shortcut, we need to use header, InternetShortcut, and some code that I don't understand. next I will introduce an instance.


Method: Create a php file, and then throw the following code to save it as example: your cut. php and put it in the website and directory.

The code is as follows:


$ ShortCut = "[InternetShortcut]
URL = http://www.hzhuti.com
IDList =
[{000214A0-0000-0000-C000-000000000046}]
Prop3 = 19,2
";
Header ("Content-type: application/octet-stream ");
Header ("Content-Disposition: attachment; filename = hzhuiti. 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.

Remember to change the URL address of the above code to your own, and change the filename to the name of your website.

Bytes. Method: Create a php file...

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.