Home > Backend Development > PHP Tutorial > How to implement website saving shortcut in PHP

How to implement website saving shortcut in PHP

WBOY
Release: 2016-07-25 08:42:59
Original
813 people have browsed it
  1. $Shortcut = "[InternetShortcut]
  2. URL=http://blog.csdn.net/phpfenghuo/
  3. IDList = [{000214A0-0000-0000-C000-000000000046}]
  4. Prop3 =19,2";
  5. Header("Content-type: application/octet-stream"); ​​
  6. header("Content-Disposition: attachment; filename=风火programmer.url;");
  7. echo $Shortcut;
  8. ?>
Copy code

Shortcut, PHP


source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template