摘要:
<?php//生成验证码图片Header("Content-type: image/PNG");srand((double)microtime()*10000);//播下一个生成随机数字的种子,以方便下面随机数生成的使用session_start();//将随机数存入session中$_SESSION['authnum_session']="";$im = imagecreate(62,20); //制定图片背景大小$black = ImageColorAllocate($im, 250,5,5); //设定三种颜色$white = 阅读全文
posted @ 2012-05-12 12:00
~强子~
阅读(118)
评论(0)
推荐(0)
浙公网安备 33010602011771号