摘要: header("Content-type:text/html; charset=utf-8"); $handle = fopen('test.php', 'r') or die('Unable to file!'); $keyarr = array(); if ($handle) { while (!feof($handle)) { $buffer = fg... 阅读全文
posted @ 2016-05-08 23:00 Abner3721 阅读(205) 评论(0) 推荐(0) 编辑
摘要: table('keyword_url'), $db, 'key_id', 'title'); /* 允许上传的文件类型 */ $allow_file_types = '|GIF|JPG|PNG|BMP|SWF|DOC|XLS|PPT|MID|WAV|ZIP|RAR|PDF|CHM|RM|TXT|'; /** *************************关键词列表***********... 阅读全文
posted @ 2016-05-08 22:58 Abner3721 阅读(203) 评论(0) 推荐(0) 编辑