摘要: 创建一个文件上传表单 upload_file.php Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> Filename: 标签的 enctype 属性规定了在提交表单时要使用哪种内容类型。在表单需要二进制数据时... 阅读全文
posted @ 2008-11-10 16:51 尚远 阅读(273) 评论(0) 推荐(0) 编辑
摘要: fopen() □ 浯法: int fopen(string filename, string mode); □ 说明: 打开文件 fopen()打开模式 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> * 'r' 开文件方式为只读... 阅读全文
posted @ 2008-11-10 16:13 尚远 阅读(185) 评论(0) 推荐(0) 编辑
摘要: The require() function is identical to include(), except that it handles errors differently. The include() function generates a warning (but the script will continue execution) while the require() f... 阅读全文
posted @ 2008-11-10 16:00 尚远 阅读(206) 评论(0) 推荐(0) 编辑
摘要: Date() □ 浯法: string date(string format, int [timestamp]); [timestamp]为选项参数, //将输出2008.11.10 字符串格式化的选项如下: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighl... 阅读全文
posted @ 2008-11-10 15:34 尚远 阅读(174) 评论(0) 推荐(0) 编辑