欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  php教程

php生成验证码图片,

程序员文章站 2023-12-30 08:23:52
...

php生成验证码图片,

php

header ('Content-Type: image/png');
$image=imagecreatetruecolor(100, 30);
$color=imagecolorallocate($image, 255, 255, 255);
imagefill($image, 20, 20, $color);
//只含有数字
// for($i=0;$i
//含有数字和字母的 for($i=0;$i$i

上一篇:

下一篇: