PHP怎么实现网站保存快捷方式

时间:2014-08-11 00:32:11   收藏:0   阅读:305

PHP怎么实现网站保存快捷方式

<?php  
  
$Shortcut = "[InternetShortcut]  
URL=http://blog.csdn.net/phpfenghuo/ 
IDList = [{000214A0-0000-0000-C000-000000000046}]  
Prop3=19,2";  
Header("Content-type: application/octet-stream");  
header("Content-Disposition: attachment; filename=风火程序员.url;");  
echo $Shortcut;  
  
?> 


PHP怎么实现网站保存快捷方式,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!