2011年12月5日

摘要: <?php$file = 'monkey.gif';if (file_exists($file)) { header('Content-Description: File Transfer'); header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename='.basename($file)); header('Content-Transfer-Encoding: binary&# 阅读全文
posted @ 2011-12-05 14:43 天空尚兰 阅读(193) 评论(0) 推荐(0)
摘要: 今天用Smarty做一个简单的网站中常用功能框架,用的Smarty模板引擎,下了个最新的3.0版本,在使用$smarty->register_function(“FormatTextarea”,”format_textarea”)注册函数时,发现居然提示”Notice: function call ‘register_function’ is unknown or deprecated. in E:\webphp\Smarty\sysplugins\smarty_internal_wrapper.php on line 57″。到Smarty中的sysplugins文件夹下查找,奇怪居然 阅读全文
posted @ 2011-12-05 13:52 天空尚兰 阅读(1103) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2011-12-05 10:57 天空尚兰 阅读(116) 评论(0) 推荐(0)

导航