To create a desktop shortcut using php, we need to use header, InternetShortcut, and some code that I don't understand. Method: Create a php file, and then throw the following code to ensure
To create a desktop shortcut using php, we need to use header, InternetShortcut, and some code that I don't understand.
Method:Create a new php file, and then throw the following code into the directory, such as shortcut. php, and put it in the website and directory. the code is as follows:
- $ ShortCut = "[InternetShortcut]
- URL = http://www.phpfensi.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 in the code, and save the file name (filename ).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.