php简单验证码

                                         php简单验证码:

1:创建验证码图像

2:将随机验证码保存在session中,调用要开启session;

3:js点击刷新验证码

示例图:

php简单验证码_第1张图片

code.php:

html调用:js刷新: οnclick="javascript:this.src = 'demo_0.6.php?tm='+Math.random()"




	
	验证码




 第二种使用字体文件输出效果:

php简单验证码_第2张图片

PS:图片资源句柄可以使用自带的图片:$img = imagecreatefrompng(filename) ;

这样就省略了创建资源句柄和填充背景颜色两步了。

你可能感兴趣的:(php)