// 函数名:CheckExtendName($C_filename,$A_extend) // 作 用:上传文件的扩展名判断 // 参 数:$C_filename 上传的文件
名 // $A_extend 要求的扩展名 // 返回值:布尔值 // 备 注:无
//----------------------------------------------------------------------------------- ------- function
CheckExtendName($C_filename,$A_extend) { if(strlen(trim($C_filename)) 1) { for($j=0;$j$LimitSize[0] ││ $size
[1]>$LimitSize[1]) { AlertExit('图片尺寸过大'); return false; } return true; }
//----------------------------------------------------------------------------------- -------
//----------------------------------------------------------------------------------- ------- // 函数名:Alert
($C_alert,$I_goback=0) // 作 用:非法操作警告 // 参 数:$C_alert(提示的错误信息) // $I_goback(返回到那一页)
// 返回值:字符串 // 备 注:无
//----------------------------------------------------------------------------------- ------- function Alert
($C_alert,$I_goback=0) { if($I_goback0) { echo alert('$C_alert');history.go($I_goback);; } else { echo alert
('$C_alert');; } } //----------------------------------------------------------------------------------- -------
//----------------------------------------------------------------------------------- -------
//----------------------------------------------------------------------------------- -------
转自: http://edu.chinaz.com |