PHP验证码,点开不清刷新要怎么做啊
生生的验证码程序<?phpsrand((double)microtime()*1000000);$im=imagecreate(45,18);$black=imageco...
生生的验证码程序
<?php
srand((double)microtime()*1000000);
$im=imagecreate(45,18);
$black=imagecolorallocate($im,0,0,0);
$white=imagecolorallocate($im,255,255,255);
$gray=imagecolorallocate($im,200,200,200);
imagefill($im,0,0,$gray);
session_register("autonum");
$_SESSION["autonum"]="";
for($i=0;$i<4;$i++){
$str=mt_rand(1,3);
$size=mt_rand(3,6);
$authnum=mt_rand(0,9);
$_SESSION["autonum"].=$authnum;
imagestring($im,$size,(5+$i*10),$str,$authnum,imagecolorallocate($im,rand(0,130),rand(0,130),rand(0,130)));
}
for($i=0;$i<200;$i++){
$randcolor=imagecolorallocate($im,rand(0,255),rand(0,255),rand(0,255));
imagesetpixel($im,rand()%70,rand()%30,$randcolor);
}
imagepng($im);
imagedestroy($im);
?>
调用和程序,可那个看不清使它刷新要怎么做,偶做的老是打开别一个页啊
<table width="220" height="173" border="0" align="left" cellpadding="0" cellspacing="0">
<input type="submit" value="登录"/>
<input type="reset" value="重置"/>
<span class="STYLE30"><a href="dd" class="link2">注册</a></span><span class="STYLE28">
<a href="" onClick="img11.src='xym.php'"class="a1">看不请</a></span></p></td>
<td> </td>
</tr>
<tr>
<td><p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p></td>
<td> </td>
</tr>
</table>
</form></td>
</tr>
</table>
不行啊,点看不清打开的是另一个页 展开
<?php
srand((double)microtime()*1000000);
$im=imagecreate(45,18);
$black=imagecolorallocate($im,0,0,0);
$white=imagecolorallocate($im,255,255,255);
$gray=imagecolorallocate($im,200,200,200);
imagefill($im,0,0,$gray);
session_register("autonum");
$_SESSION["autonum"]="";
for($i=0;$i<4;$i++){
$str=mt_rand(1,3);
$size=mt_rand(3,6);
$authnum=mt_rand(0,9);
$_SESSION["autonum"].=$authnum;
imagestring($im,$size,(5+$i*10),$str,$authnum,imagecolorallocate($im,rand(0,130),rand(0,130),rand(0,130)));
}
for($i=0;$i<200;$i++){
$randcolor=imagecolorallocate($im,rand(0,255),rand(0,255),rand(0,255));
imagesetpixel($im,rand()%70,rand()%30,$randcolor);
}
imagepng($im);
imagedestroy($im);
?>
调用和程序,可那个看不清使它刷新要怎么做,偶做的老是打开别一个页啊
<table width="220" height="173" border="0" align="left" cellpadding="0" cellspacing="0">
<input type="submit" value="登录"/>
<input type="reset" value="重置"/>
<span class="STYLE30"><a href="dd" class="link2">注册</a></span><span class="STYLE28">
<a href="" onClick="img11.src='xym.php'"class="a1">看不请</a></span></p></td>
<td> </td>
</tr>
<tr>
<td><p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p></td>
<td> </td>
</tr>
</table>
</form></td>
</tr>
</table>
不行啊,点看不清打开的是另一个页 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询