圖形數字驗證代碼Code: <?

/*

* Filename: authpage.php

*/



srand((double)microtime()*1000000);



//驗證用戶輸入是否和驗證碼一致

if(isset($_POST['authinput']))

{ " /> 综合久久成人,精品欧美国产一区二区三区不卡,久久国产视频网

色尼玛亚洲综合影院,亚洲3atv精品一区二区三区,麻豆freexxxx性91精品,欧美在线91

圖形數字驗證代碼


圖形數字驗證代碼Code: <?

/*

* Filename: authpage.php

*/



srand((double)microtime()*1000000);



//驗證用戶輸入是否和驗證碼一致

if(isset($_POST['authinput']))

{


if(strcmp($_POST['authnum'],$_POST['authinput'])==0)

echo "驗證成功!";

else

echo "驗證失敗!";

}



//生成新的四位整數驗證碼

while(($authnum=rand()%10000)<1000);

?>

<form action=authpage.php method=post>

<table>

請輸入驗證碼:<input type=text name=authinput style="width: 80px"><br>

<input type=submit name="驗證" value="提交驗證碼">

<input type=hidden name=authnum value=<? echo $authnum; ?>>

<img src=authimg.php?authnum=<? echo $authnum; ?>>

</table>

</form>

-------------------------------------------------------------------------------------------------------------

<?
/*

* Filename: authimg.php

*/
//生成驗證碼圖片
Header("Content-type: image/PNG");

srand((double)microtime()*1000000);

$im = imagecreate(58,28);

$black = ImageColorAllocate($im, 0,0,0);

$white = ImageColorAllocate($im, 255,255,255);

$gray = ImageColorAllocate($im, 200,200,200);

imagefill($im,68,30,$gray);



//將四位整數驗證碼繪入圖片

imagestring($im, 5, 10, 8, $HTTP_GET_VARS['authnum'], $white);



for($i=0;$i<50;$i++) //加入干擾象素

{

imagesetpixel($im, rand()%70 , rand()%30 , $gray);

}



ImagePNG($im);

ImageDestroy($im);

主站蜘蛛池模板: 乡宁县| 高雄县| 伊通| 新和县| 蕉岭县| 古丈县| 文昌市| 禹城市| 习水县| 渝中区| 汝城县| 珲春市| 汕尾市| 澄城县| 麻阳| 三穗县| 蒲江县| 韩城市| 长宁县| 通州市| 宁远县| 闽清县| 西峡县| 龙川县| 前郭尔| 华容县| 墨脱县| 北票市| 浦江县| 桃江县| 临颍县| 涪陵区| 墨竹工卡县| 哈巴河县| 西乌珠穆沁旗| 梁河县| 临颍县| 景东| 南阳市| 昌黎县| 遵义市|