
asp
havies
这个作者很懒,什么都没留下…
展开
-
mysql
set rs=server.createobject("adodb.recordset") sql="select * from SMT_Job_zp where smt_job_name like%"&JobStyle&"%and smt_dx like"&EmployType&"and smt_dd like %"&JobAddress&"%" rs.open原创 2006-02-08 08:25:00 · 700 阅读 · 0 评论 -
asp图片上传以后,如何删除文件夹里的图片
set fso = CreateObject("Scripting.FileSystemObject") photofile="../"&rs("images") //图片路径filepath=server.mappath(photofile) if fso.FileExists(filepath)=true then Set file = fso.GetFile(filepath) file原创 2006-02-06 14:52:00 · 1741 阅读 · 0 评论 -
在服务器端对表单信息非法字符的判断
..........非法字符判断.......... moto="!,#,%,,/,;,,/,"",$,^,*,|,&, " moto=split(moto,",") checkJobStyle=Left(JobStyle,1) for i=0 to ubound(moto) if instr(moto(i),checkJobS原创 2006-02-10 18:36:00 · 885 阅读 · 0 评论