PHP creates a desktop shortcut instance and php shortcut instance _ PHP Tutorial

Source: Internet
Author: User
Tags php example
PHP creates desktop shortcuts and php shortcuts. PHP creates a desktop shortcut instance. to use php to create a desktop shortcut, we need to use header, InternetShortcut, and some code that I don't understand. Method: Create a desktop shortcut instance and a PHP shortcut instance for the new php.

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

How does javascript create a desktop shortcut?

Common online calls
WshShell. CreateShortcut, but only Internet Explorer supports ActiveXObject objects.
Therefore, to achieve this, you can only run the backend and return a shortcut.
Similar to downloading files
I found a php example for you.


To use php to create a desktop shortcut, we need to use header, InternetShortcut, and some code that I don't understand. Method: New...

Related Article

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.