PHP Create desktop Shortcut instance

Source: Internet
Author: User

To create desktop shortcuts with PHP we need to use Header,internetshortcut and some code that I can't read.

method: Create a new PHP file, and then throw the following code in, save for example shortcut.php, put on the site 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

Instance:

Header ("content-type:text/html;  Charset=utf-8 ");  $url = ' http://php.net/manual/zh/function.get-meta-tags.php ';  $metas = Get_meta_tags ($url);  $kws _arr = Array_filter (Array_map (' Trim ', explode (', ', $metas [' keywords '])); $filename = Empty ($kws _arr)? '  Collection ': $kws _arr[0];  Print_r ($metas); $shortCut = "[internetshortcut] url={$url} idlist= [{000214a0-0000-0000-c000-000000000046}] prop3=19,2"   c7>;   Header ("Content-type:application/octet-stream"); Header ("content-disposition:attachment; filename={$filename}.url; " 

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.