php教程文件上传程序
文章提供一款完整理的php文件上传程序实例代码,他可以上传图片并且把图片保存到1:按天存入目录 2:按月存入目录 ,还可以设置上传图片生成水印,
*/
?>
上传文件程序 *{ font-size:12px; margin:0; padding:0; } a:link,a:visited{ text-decoration:none; color: #393 } a:hover{ text-decoration:underline; color:#0033cc } input.text{ border:1px solid #ccc;height:22px;line-height:22px;padding-left:5px;background:#fff;width:274px; } input.button{ background:#fff url(images/button.png);border:1px solid #9ea9c5;padding:2px 2px 0px 2px;margin-left:4px; margin-right:4px; } function check() { var strfilename=document.myform.upfile.value; if (strfilename=="") { alert("请选择要上传的文件"); document.myform.upfile.focus(); return false; } }
1 2
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号