Use php to download the desktop shortcut of the website _ PHP Tutorial-php Tutorial

Source: Internet
Author: User
Use php to download the desktop shortcut of the website. You can use php to download the URL in a desktop shortcut, that is, when accessing the php file, you can download the URL in a shortcut, just as you can manually create it on the desktop. Method: Create a desktop shortcut to download the Web site using php, that is, when accessing the php file, implement a shortcut to download the Web site, just as we manually create on the desktop.

Method: create a new PHP document: just remember the name, for example, export cut. php.

Content in the PHP document:

/* Helper House http://www.bkjia.com */
$ Shortcut = "[InternetShortcut]
URL = http://www.bkjia.com/
IDList =
IconFile = http://www.bkjia.com/favicon.ico
IconIndex = 1
[{000214A0-0000-0000-C000-000000000046}]
Prop3 = 19,2
"; // Pay attention to modifying the above URL and icon link
Header ("Content-type: application/octet-stream ");
Header ("Content-Disposition: attachment; filename = Fire School. url ;");
Echo $ Shortcut;
?>

Demo: http://www.bkjia.com/plus/shortcut.php

Ghost implements the desktop shortcut download of the Web site, that is, the shortcut for downloading the Web site when accessing the php file, just as we manually create the Web site on the desktop. Method: create a new...

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.