ref_znum1.php
资源名称:Nsix.rar [点击查看]
上传用户:m68239277
上传日期:2014-10-12
资源大小:824k
文件大小:1k
源码类别:
Web服务器
开发平台:
PHP
- <?php
- session_start();
- include("../inc/conn.php"); //正码16
- $plate=$_SESSION["type"];
- $sql=mysql_query("select * from num where sign='4' order by id asc",$conn);
- $i=1;
- while($row=mysql_fetch_array($sql))
- {
- $rateh=0;
- $rateh=$row["rate"];
- if($plate=="A") $ratey=$rateh;
- if($plate=="B") $ratey=$rateh-0.01;
- if($plate=="C") $ratey=$rateh-0.02;
- $rate[$i]=$ratey;
- $id[$i]=$row["ID"];
- $m[$i]=$row["m"];
- $i++;
- }
- ?>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <meta http-equiv="refresh" content="20;URL=">
- <?php
- for($a=1;$a<=54;$a++)
- {
- echo "<input name='id".$a."' type='hidden' value='".$id[$a]."'>";
- //echo "<input name='m".$a."' type='hidden' value='".$m[$a]."'>";
- echo "<input name='z".$a."' type='hidden' value='".$rate[$a]."'>";
- }
- ?>