PHP generates website desktop shortcuts for code sharing and php shortcuts. PHP generates website desktop shortcuts for code sharing. php shortcuts make it so easy to generate desktop shortcuts for PHP. you can change the website you want to generate when you generate the shortcuts. Dianji. PHP generates website desktop shortcuts for code sharing and php shortcuts
The PHP desktop shortcut is so simple that you can change the website you want to generate when you generate it.
Dianji.html code:
The code is as follows:
Generate a left-side shortcut
Shengcheng. php code:
The code is as follows:
<? Php
// The left-side shortcut for website survival --- function
$ Url = $ _ GET ['URL'];
$ Filename = urldecode ($ _ GET ['name']);
$ Filename = iconv ('gbk', 'utf-8', $ filename); // character set conversion (no conversion is required)
If (! $ Url |! $ Filename) exit ();
$ Shortcut = "[InternetShortcut]
URL = {$ url}
IDList =
[{000214A0-0000-0000-C000-000000000046}]
Prop3 = 19,2 ";
Header ("Content-type: application/octet-stream ");
Header ("Content-Disposition: attachment; filename = {$ filename}. url ;");
Echo $ Shortcut;
?>
Use PHP to write a download page to the desktop shortcut code. after the website is opened, the following question is displayed. how can this problem be solved?
You need to write a separate page to create a shortcut. I guess you have output content on the page before that, so you have an error
A. php
----------------------------------
$ Url = $ _ GET ['URL'];
$ Filename = urldecode ($ _ GET ['name']);
$ Filename = iconv ('utf-8', 'gbk', $ filename); // character set conversion
If (! $ Url |! $ Filename) exit ();
$ Shortcut = "[InternetShortcut]
URL = {$ url}
IDList =
[{000214A0-0000-0000-C000-000000000046}]
Prop3 = 19,2
";
Header ("Content-type: application/octet-stream ");
Header ("Content-Disposition: attachment; filename = {$ filename}. url ;");
Echo $ Shortcut;
Create a hyperlink when generating
Shortcut </a>
Code for creating a desktop shortcut for a website
Is a piece of js code. baidu search JS creates a desktop URL shortcut
Html code
Untitled Document </title>
</Head>