<?php //$url = $_GET['url']; //$filename = urldecode($_GET['name']); $url = "your site"; $filename = "site name"; $filename = iconv('utf-8','GBk',$filename);//字符集转换
if (!$url || !$filename) exit(); $Shortcut = "[InternetShortcut] URL={$url} IDList= [{000214A0-0000-0000-C000-000000000046}] Prop3=19,2 "; header("Content-type: application/octet-stream"); header("Content-Disposition: attachment; filename={$filename}.url;"); echo $Shortcut; ?>
查看更多关于php 代码 创建网站桌面快捷方式的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did8511