最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

圖形數(shù)字驗證代碼

 更新時間:2006年10月09日 00:00:00   作者:  

圖形數(shù)字驗證代碼 Code:   <?

/*

* Filename: authpage.php

*/



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



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

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

{


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

echo "驗證成功!";

else

echo "驗證失??!";

}



//生成新的四位整數(shù)驗證碼

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);



//將四位整數(shù)驗證碼繪入圖片

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);

?>

相關(guān)文章

最新評論

金平| 登封市| 宁河县| 海安县| 肥东县| 大关县| 青铜峡市| 潞城市| 星座| 浦北县| 霍邱县| 静乐县| 陕西省| 漳浦县| 石景山区| 柳江县| 米泉市| 蒙阴县| 潼关县| 泌阳县| 麻栗坡县| 嵊泗县| 沙湾县| 江源县| 成武县| 双桥区| 天柱县| 礼泉县| 金塔县| 航空| 二连浩特市| 富裕县| 南漳县| 松潘县| 兴仁县| 九龙县| 嘉祥县| 宁明县| 濮阳市| 泰宁县| 洛宁县|