网站链接保存到桌面图标方法:

<?php
//设置桌面图标
$Shortcut = "[InternetShortcut]
URL=http://www.zhaobaomu.cc/
IDList=
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,2
";
Header("Content-type: text/html; charset=utf-8");
Header("Content-type: application/octet-stream");
header("Content-Disposition: attachment; filename=zhaobaomu.url;");
echo $Shortcut;
?>
案例:
上海家政网:http://www.zhaobaomu.cc/(网页底部)