使用示例,请自行修改代码以适应你的页面: 提交页from.asp <% '如果验证码为空或者验证码不正确,执行 Then 内容,否则执行 else 内容 If IsEmpty(Session("GetCode")) Or Session("GetCode") UCase(Request.form("Form_Code")) Then Response.Write "" Response.End Else Session("GetCode") = Empty ' 清空Session En
适用于自定义的验证码类!
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
Class Image{
private $img;
public $wid