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

How to implement website saving shortcut in PHP

WBOY
WBOYOriginal
2016-07-25 08:42:59819browse
  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


Statement:
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