必威体育Betway必威体育官网
当前位置:首页 > IT技术

CET 46级批量成绩查询

时间:2019-10-05 18:13:12来源:IT技术作者:seo实验室小编阅读:80次「手机版」
 

46级成绩

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-Type" content="text/html; charset=gb2312" /> <title>CET查分小工具 | RockDai.com</title> <mce:style type="text/css" media="all"><!-- .red { color: red; } #result li { list-style: none; } --></mce:style><style type="text/css" media="all" mce_bogus="1">.red { color: red; } #result li { list-style: none; }</style> </head> <body> <p id="wrAPPer"> <h1><em>CET查分小工具201003</em></h1> <form action="<?php $_SERVER['PHP_SELF'];?>" method="post"> <p>从<input type="text" name="sNum" size="20" />号 到 <input type="text" name="eNum" size="20" />号</p> <p><input type="submit" name="submit" value=" 查 询 " /></p> <input type="hidden" name="submitted" value="TRUE" /> </form> <ol> <li>前6位是地区号.(可以问与你同一城市报名的任何一人)</li> <li>然后是091 (表示09年的第1次,即09年6月份的)</li> <li>然后是1或2 (1代表四级,2代表6级)</li> <li>然后的三位是你的考场号,多为0**或1**</li> <li>最后两位是你的座位</li> </ol> <?php if(isset($_POST['submitted'])) { $trimmed = array_map('trim',$_POST); if(empty($trimmed['sNum'])||empty($trimmed['eNum'])||$trimmed['sNum']-$trimmed['eNum']>0||(!is_numeric($trimmed['sNum']))||(!is_numeric($trimmed['eNum']))) { echo '<p class="red">别捣乱!</p>'; exit(); } else if($trimmed['eNum']-$trimmed['sNum']>100) { echo '<p class="red">为了防止超时,每次查询请不要超过100个考号</p>'; exit(); } echo '<p><strong>查询结果</strong></p>'; for($post_string = $trimmed['sNum'];$post_string <= $trimmed['eNum'];$post_string++) { $post_string = sprintf("%.0f",$post_string); if((substr($post_string, 13, 2) == "00")||(substr($post_string, 13, 2) > "30")) { echo '<p>'.$post_string.'该考号为空</p>'; continue; } $remote_server = 'http://cet.99sushe.com/getscore.html'; $ch = curl_init(); curl_setopt($ch,CURLOPT_URL,$remote_server); curl_setopt($ch,CURLOPT_referer,'http://cet.99sushe.com'); curl_setopt($ch,CURLOPT_POSTfieldS,'id='.$post_string.'&vc=novcversion'); curl_setopt($ch,CURLOPT_RETURNTRANSFER,TRUE); $data = curl_exec($ch); curl_close($ch); if($data=='') { echo '<p>'.$post_string.'该考号为空</p>'; } else { $result = explode(",", $data); if($result[4]>=425) echo '<ul id="result" class="red">'; else echo '<ul id="result">'; echo '<li>学校:'.$result[5].'</li><li>姓名:'.$result[6].'</li><li>准考证号:'.$post_string.'</li><li>总分:'.$result[4].'</li><li>听力:'.$result[0].'</li><li>阅读:'.$result[1].'</li><li>综合:'.$result[2].'</li><li>写作:'.$result[3].'</li></ul>'; } } } ?> <p>© RockDai.com | <a href="http://www.rockdai.com/?p=266" mce_href="http://www.rockdai.com/?p=266" target="_blank">源代码下载</a></p> </p> </body> </html>

网上找了个查询成绩的代码,另存为 xxx.php 直接使用。

相关阅读

LDAP基础:6:使用ldapsearch进行数据查询

在前面的文章中,我们已经多次使用ldapsearch进行信息的查询,但都是一条命令查询出所有内容,这篇文章对于ldapsearch的常用方式进行进

单词语音音标正则式查询分析JavaScript应用

可以使用正则表达式查询音标<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=devi

数据库查询时报错:invalid identifier

oracle数据库新建了一个表查询时报错:invalid identifier 百度之后解决方法:在要查的属性上加上双引号即可。如下: 有人遇到这种问

hscode 查询,hscode 查询api 支持

简介: 1. 查询hscode的基本商品信息。 站点数据仅供参考。具体请查询海关总署:http://www.customs.gov.cn/customs/302427/302442

sql 查询字符坐标位置 之PATINDEX()函数详解

前言: 在sql语句查询中,有时候,我们可以通过like模糊查询来判断是否存在某个数据,但是,当我们要确定某个字符串第一次出现的位置时,lik

分享到:

栏目导航

推荐阅读

热门阅读