PHP实现网站保存快捷桌面方式
PHP实现网站保存快捷桌面方式 网站小功能,增加用户再次回访[代码片段(15行)]
网站小功能,增加用户再次回访
<?php
/*
保存shortcut.php访问即可保存桌面
*/
$title="代码片段";
$Shortcut = "[InternetShortcut]
URL=http://outofmemory.cn
IDList=
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,2";
Header("Content-type: application/octet-stream");
header("Content-Disposition: attachment; filename=".$title.".url;");
echo $Shortcut;
?>
//该片段来自于http://outofmemory.cn
- 上一篇:php 生成随机密码
- 下一篇:php 阿拉伯数字转化为中文汉字(大、小写)
精彩图集
精彩文章






