php
Leominster
PHP是最好的语言
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
图片验证码
header('Content-type: image/png');/*** Created by coder meng.* User: coder meng* Date: 2016/4/9 16:05*/// 1.创建画布$width=100;$height=30;$im=imagecreatetruecolor($width,$height);//2转载 2017-08-31 18:09:45 · 270 阅读 · 0 评论 -
php万年历
php--简单万年历原创 2017-08-31 19:03:56 · 840 阅读 · 0 评论 -
php--单个文件上传
提交页面form action="09-review.php" method="post" enctype="multipart/form-data"> 文件名字:input type="text" name="name">br> input type="file" name="pic">br> input type="submit" value="提交">form>原创 2017-09-05 22:17:53 · 375 阅读 · 0 评论
分享