时间:2021-07-01 10:21:17 帮助过:5人阅读
实现底图:
代码:
$img = imagecreatetruecolor(100,30);//大小$bgColor = imagecolorallocate($img,0x00,0x00,0x00);//背景颜色
imagefill($img,0,0,$bgColor);//填充颜色
header('content-type: image/png');
imagepng($img);
//销毁
imagedestroy($img);
').addClass('pre-numbering').hide();
$(this).addClass('has-numbering').parent().append($numbering);
for (i = 1; i <= lines; i++) {
$numbering.append($('').text(i));
};
$numbering.fadeIn(1700);
});
});
以上就介绍了PHP制作验证码,包括了验证码,php方面的内容,希望对PHP教程有兴趣的朋友有所帮助。