将网址快捷方式放到桌面上的PHP代码
所属分类:PHP工具与代码
  转载自http://www.im286.com/thread-7283031-1-1

[code]
<?php

$Shortcut = "[InternetShortcut]

URL=http://www.11jn.com/

IDList=

[{000214A0-0000-0000-C000-000000000046}]

Prop3=19,2";

Header("Content-type: application/octet-stream");

header("Content-Disposition: attachment; filename=平行济南.url;");

echo $Shortcut;

?>
[/code]

记得把网址替换成你的域名哦